pub struct EditMessageChecklist { /* private fields */ }Expand description
Builder for the editMessageChecklist method.
Business bots only — edits a checklist message sent on behalf of a connected
business account. Requires the can_reply business bot right.
Implementations§
Source§impl EditMessageChecklist
impl EditMessageChecklist
Sourcepub fn reply_markup(self, m: InlineKeyboardMarkup) -> Self
pub fn reply_markup(self, m: InlineKeyboardMarkup) -> Self
Attaches a new inline keyboard to the message.
Trait Implementations§
Source§impl IntoFuture for EditMessageChecklist
impl IntoFuture for EditMessageChecklist
Source§type IntoFuture = Pin<Box<dyn Future<Output = <EditMessageChecklist as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <EditMessageChecklist as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for EditMessageChecklist
impl !UnwindSafe for EditMessageChecklist
impl Freeze for EditMessageChecklist
impl Send for EditMessageChecklist
impl Sync for EditMessageChecklist
impl Unpin for EditMessageChecklist
impl UnsafeUnpin for EditMessageChecklist
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more