pub struct SetStickerSetThumbnail { /* private fields */ }Expand description
Builder for the setStickerSetThumbnail method.
Sets the thumbnail of a regular or mask sticker set.
The thumbnail format must match the sticker format in the set.
Omit thumbnail to drop the current thumbnail and use the first sticker instead.
Implementations§
Trait Implementations§
Source§impl IntoFuture for SetStickerSetThumbnail
impl IntoFuture for SetStickerSetThumbnail
Source§type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerSetThumbnail as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <SetStickerSetThumbnail 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 SetStickerSetThumbnail
impl !UnwindSafe for SetStickerSetThumbnail
impl Freeze for SetStickerSetThumbnail
impl Send for SetStickerSetThumbnail
impl Sync for SetStickerSetThumbnail
impl Unpin for SetStickerSetThumbnail
impl UnsafeUnpin for SetStickerSetThumbnail
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