Set Game Score Action
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<Message>.doRequestReturning(bot: TelegramBot): Deferred<Response<out Message>>
Link copied to clipboard
Lambda function to change options
Link copied to clipboard
Make a request for action.
Link copied to clipboard
Make a request for action returning its Response.
Link copied to clipboard
Make inline request for action.
Link copied to clipboard
open suspend fun sendInlineAsync(inlineMessageId: String, via: TelegramBot): Deferred<Response<out Message>>
Make a request for action returning its Response.
Link copied to clipboard
Link copied to clipboard
Payload to make response for the webhook request as described there.