Package dev. inmo. tgbotapi. requests. answers. payments
Types
Link copied to clipboard
data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery
Content copied to clipboard
Link copied to clipboard
data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery
Content copied to clipboard
Link copied to clipboard
data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery
Content copied to clipboard
Link copied to clipboard
data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List<ShippingOption>) : AnswerShippingQuery
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun PreCheckoutQuery.createAnswerError(error: String): AnswerPreCheckoutQueryError
Content copied to clipboard
fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError
Content copied to clipboard
Link copied to clipboard
fun ShippingQuery.createAnswerOk(shippingOptions: List<ShippingOption>): AnswerShippingQueryOk
Content copied to clipboard