1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-02 23:46:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.md
2021-03-17 15:18:37 +00:00

3.5 KiB

//docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/AnswerPreCheckoutQuery

AnswerPreCheckoutQuery

[common] interface AnswerPreCheckoutQuery : SimpleRequest<Boolean>

Functions

Name Summary
method [common]
Content
open override fun method(): String


Properties

Name Summary
isOk [common] abstract val isOk: Boolean
preCheckoutQueryId [common] abstract val preCheckoutQueryId: PreCheckoutQueryId
requestSerializer [common] abstract val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <Boolean>

Inheritors

Name
AnswerPreCheckoutQueryOk
AnswerPreCheckoutQueryError