pub struct RemoveRecentSticker {
pub is_attached: bool,
pub sticker: InputFile,
}
Expand description
Removes a sticker from the list of recently used stickers
Fields§
§is_attached: bool
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers
sticker: InputFile
Sticker file to delete
Trait Implementations§
Source§impl Clone for RemoveRecentSticker
impl Clone for RemoveRecentSticker
Source§fn clone(&self) -> RemoveRecentSticker
fn clone(&self) -> RemoveRecentSticker
Returns a duplicate 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 moreSource§impl Debug for RemoveRecentSticker
impl Debug for RemoveRecentSticker
Source§impl<'de> Deserialize<'de> for RemoveRecentSticker
impl<'de> Deserialize<'de> for RemoveRecentSticker
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for RemoveRecentSticker
impl Method for RemoveRecentSticker
Auto Trait Implementations§
impl Freeze for RemoveRecentSticker
impl RefUnwindSafe for RemoveRecentSticker
impl Send for RemoveRecentSticker
impl Sync for RemoveRecentSticker
impl Unpin for RemoveRecentSticker
impl UnwindSafe for RemoveRecentSticker
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