Pin Chat Message Action
class PinChatMessageAction(messageId: Long, disableNotification: Boolean? = null) : Action<Boolean> , BusinessActionExt<Boolean>
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
Make a request for action.
Link copied to clipboard
Make a request for action returning its Response.
Link copied to clipboard
Make business request for action.
Link copied to clipboard
open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out Boolean>>
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.