1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-17 04:01:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.md
2021-03-17 15:18:37 +00:00

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