editInlineMessageReplyMarkup - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / editInlineMessageReplyMarkup

editInlineMessageReplyMarkup

suspend fun TelegramFlow.editInlineMessageReplyMarkup(inlineMessageId: String?, replyMarkup: ReplyMarkup?): Unit

Suspend function, which edits the reply markup of an inline message sent via a bot; for bots only.

Parameters

inlineMessageId - Inline message identifier.

replyMarkup - The new message reply markup.