Struct tbot::methods::EditInlineReplyMarkup
source · pub struct EditInlineReplyMarkup<'a> { /* private fields */ }
Expand description
Edits the inline keyboard of a message sent via the inline mode.
Reflects the editMessageReplyMarkup
method.
Implementations§
source§impl EditInlineReplyMarkup<'_>
impl EditInlineReplyMarkup<'_>
sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for EditInlineReplyMarkup<'a>
impl<'a> Clone for EditInlineReplyMarkup<'a>
source§fn clone(&self) -> EditInlineReplyMarkup<'a>
fn clone(&self) -> EditInlineReplyMarkup<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more