GetMyDescriptionAction

class GetMyDescriptionAction(languageCode: String? = null) : SimpleAction<BotDescription>

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun Request<BotDescription>.doRequest(bot: TelegramBot)
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 BotDescription>>

Send async request for action.

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

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