Telegex.edit_message_reply_markup
You're seeing just the function
edit_message_reply_markup
, go back to Telegex module for more information.
Specs
edit_message_reply_markup( chat_id: integer() | String.t(), message_id: integer(), inline_message_id: String.t(), reply_markup: Telegex.Model.InlineKeyboardMarkup.t() ) :: {:ok, Telegex.Model.Message.t()} | {:error, Telegex.Model.errors()}
Use this method to edit only the reply markup of messages. On success, if edited message is sent by the bot,
the edited Telegex.Model.Message
is returned, otherwise True is returned.