pub struct DeleteAllMessageReactions { /* private fields */ }Expand description
Builder for the deleteAllMessageReactions method.
Removes all recent reactions in a group or supergroup added by a given user or chat.
The bot must have the can_delete_messages administrator right.
Implementations§
Trait Implementations§
Source§impl IntoFuture for DeleteAllMessageReactions
impl IntoFuture for DeleteAllMessageReactions
Source§type IntoFuture = Pin<Box<dyn Future<Output = <DeleteAllMessageReactions as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <DeleteAllMessageReactions 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 Freeze for DeleteAllMessageReactions
impl !RefUnwindSafe for DeleteAllMessageReactions
impl Send for DeleteAllMessageReactions
impl Sync for DeleteAllMessageReactions
impl Unpin for DeleteAllMessageReactions
impl UnsafeUnpin for DeleteAllMessageReactions
impl !UnwindSafe for DeleteAllMessageReactions
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