1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.md
2021-03-17 15:18:37 +00:00

3.4 KiB

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

AnswerShippingQuery

[common] interface AnswerShippingQuery : SimpleRequest<Boolean>

Functions

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


Properties

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

Inheritors

Name
AnswerShippingQueryOk
AnswerShippingQueryError