GetMyShortDescriptionAction

Constructors

Link copied to clipboard
constructor(languageCode: String? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend fun send(to: TelegramBot)

Send request for action.

Link copied to clipboard
open suspend fun sendAsync(to: TelegramBot): Deferred<Response<out BotShortDescription>>

Send async request for action.

Link copied to clipboard
suspend fun sendReturning(to: TelegramBot): Deferred<Response<out BotShortDescription>>
Link copied to clipboard

Payload to make response for the webhook request as described there.