Answer Shipping Query Action
class AnswerShippingQueryAction(shippingQueryId: String, ok: Boolean = true, shippingOptions: List<ShippingOption>? = null, errorMessage: String? = null) : SimpleAction<Boolean>
Constructors
Link copied to clipboard
constructor(shippingQueryId: String, ok: Boolean = true, shippingOptions: List<ShippingOption>? = null, errorMessage: String? = null)
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<Boolean>.doRequestReturning(bot: TelegramBot): Deferred<Response<out Boolean>>
Link copied to clipboard
Send request for action.
Link copied to clipboard
Send async request for action.
Link copied to clipboard
Link copied to clipboard
Payload to make response for the webhook request as described there.