pub struct UnpinAllGeneralForumTopicMessages { /* private fields */ }Expand description
Builder for the unpinAllGeneralForumTopicMessages method.
Clears all pinned messages in the General forum topic.
Requires the can_pin_messages administrator right in the supergroup.
Trait Implementations§
Source§impl IntoFuture for UnpinAllGeneralForumTopicMessages
impl IntoFuture for UnpinAllGeneralForumTopicMessages
Source§type IntoFuture = Pin<Box<dyn Future<Output = <UnpinAllGeneralForumTopicMessages as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <UnpinAllGeneralForumTopicMessages 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 UnpinAllGeneralForumTopicMessages
impl !RefUnwindSafe for UnpinAllGeneralForumTopicMessages
impl Send for UnpinAllGeneralForumTopicMessages
impl Sync for UnpinAllGeneralForumTopicMessages
impl Unpin for UnpinAllGeneralForumTopicMessages
impl UnsafeUnpin for UnpinAllGeneralForumTopicMessages
impl !UnwindSafe for UnpinAllGeneralForumTopicMessages
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