Edit Message Caption Action
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun caption(block: EntitiesCtxBuilder<EditMessageCaptionAction>.() -> String): EditMessageCaptionAction
DSL for adding captions
Link copied to clipboard
Caption entities DSL with EntitiesBuilder
Caption entities
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun EntitiesExtBuilder.customEmoji(customEmojiId: String? = null, block: () -> String): Triple<EntityType, String, String?>
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
Link copied to clipboard
Link copied to clipboard
open fun forceReply(inputFieldPlaceholder: String? = null, selective: Boolean? = null): EditMessageCaptionAction
Link copied to clipboard
Link copied to clipboard
open fun inlineKeyboardMarkup(block: InlineKeyboardMarkupBuilder.() -> Unit): EditMessageCaptionAction
Link copied to clipboard
Link copied to clipboard
Add Markup directly.
Add Markup via lambda.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Lambda function to change options
Link copied to clipboard
Link copied to clipboard
open fun EntitiesExtBuilder.pre(language: String? = null, block: () -> String): Triple<EntityType, String, String?>
Link copied to clipboard
open fun replyKeyboardMarkup(block: ReplyKeyboardMarkupBuilder.() -> Unit): EditMessageCaptionAction
Link copied to clipboard
Add ReplyKeyboardRemove markup to the Action<Return>
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 Message>>
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
Link copied to clipboard
Link copied to clipboard
open fun EntitiesExtBuilder.textLink(url: String? = null, block: () -> String): Triple<EntityType, String, String?>
Link copied to clipboard
open fun EntitiesExtBuilder.textMention(user: User? = null, block: () -> String): Triple<EntityType, String, User?>
Link copied to clipboard
Payload to make response for the webhook request as described there.
Link copied to clipboard
Link copied to clipboard