mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-02-17 04:01:50 +00:00
1.5 KiB
1.5 KiB
//docs/dev.inmo.tgbotapi.requests.edit.caption/EditChatMessageCaption
EditChatMessageCaption
[common]
Content
fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption
fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption