View Source ExTDLib.Method.EditInlineMessageReplyMarkup (ExTDLib v0.0.4)

Edits the reply markup of an inline message sent via a bot; for bots only. Returns object_ptr<Ok>.

NameTypeDescription
inline_message_idstringInline message identifier.
reply_markupReplyMarkupThe new message reply markup; pass null if none.

More details on telegram's documentation.