libtd-ktx / kotlinx.telegram.coroutines / editInlineMessageText
editInlineMessageText
suspend fun TelegramFlow.editInlineMessageText(inlineMessageId: String?, replyMarkup: ReplyMarkup?, inputMessageContent: InputMessageContent?): Unit
Suspend function, which edits the text of an inline text or game message sent via a bot; for bots only.
Parameters
inlineMessageId - Inline message identifier.
replyMarkup - The new message reply markup.
inputMessageContent - New text content of the message. Should be of type InputMessageText.