[−][src]Trait telegram_bot_raw::requests::edit_message_reply_markup::CanEditMessageReplyMarkup
Edit reply markup of messages sent by the bot.
Required methods
fn edit_reply_markup<R>(
&self,
reply_markup: Option<R>
) -> EditMessageReplyMarkup where
R: Into<ReplyMarkup>,
[src]
&self,
reply_markup: Option<R>
) -> EditMessageReplyMarkup where
R: Into<ReplyMarkup>,
Implementors
impl<M> CanEditMessageReplyMarkup for M where
M: ToMessageId + ToSourceChat,
[src]
M: ToMessageId + ToSourceChat,
fn edit_reply_markup<R>(
&self,
reply_markup: Option<R>
) -> EditMessageReplyMarkup where
R: Into<ReplyMarkup>,
[src]
&self,
reply_markup: Option<R>
) -> EditMessageReplyMarkup where
R: Into<ReplyMarkup>,