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 identifierreply_markup- The new message reply markup; pass null if noneclient_id- The client id to send the request to