Constructors

Link copied to clipboard
constructor(userId: Long, result: InlineQueryResult)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Lambda function to change options

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

Send request for action.

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

Send async request for action.

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

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