1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-27 04:28:44 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.md
2021-03-17 15:18:37 +00:00

3.7 KiB

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

AnswerShippingQueryError

[common] data class AnswerShippingQueryError(shippingQueryId: ShippingQueryIdentifier, error: String) : AnswerShippingQuery

Functions

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


Properties

Name Summary
error [common] val error: String
isOk [common] open override val isOk: Boolean = false
requestSerializer [common] open override val requestSerializer: <*>
resultDeserializer [common] open override val resultDeserializer: <Boolean>
shippingQueryId [common] open override val shippingQueryId: ShippingQueryIdentifier