Function edit_inline_message_reply_markup

Source
pub async fn edit_inline_message_reply_markup(
    inline_message_id: String,
    reply_markup: Option<ReplyMarkup>,
    client_id: i32,
) -> Result<(), Error>
Expand description

Edits the reply markup of an inline message sent via a bot; for bots only

ยงArguments

  • inline_message_id - Inline message identifier
  • reply_markup - The new message reply markup; pass null if none
  • client_id - The client id to send the request to