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

3.9 KiB

//docs/dev.inmo.tgbotapi.requests.answers.payments/AnswerShippingQueryOk

AnswerShippingQueryOk

[common] data class AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List<ShippingOption>) : AnswerShippingQuery

Functions

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


Properties

Name Summary
isOk [common] open override val isOk: Boolean = true
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <Boolean>
shippingOptions [common] val shippingOptions: List<ShippingOption>
shippingQueryId [common] open override val shippingQueryId: ShippingQueryIdentifier