pub struct DeleteStickerFromSet {
pub sticker: String,
}
Expand description
Use this method to delete a sticker from a set created by the bot. Returns True on success.
Fields§
§sticker: String
File identifier of the sticker
Implementations§
Trait Implementations§
Source§impl Clone for DeleteStickerFromSet
impl Clone for DeleteStickerFromSet
Source§fn clone(&self) -> DeleteStickerFromSet
fn clone(&self) -> DeleteStickerFromSet
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 DeleteStickerFromSet
impl Debug for DeleteStickerFromSet
Source§impl<'de> Deserialize<'de> for DeleteStickerFromSet
impl<'de> Deserialize<'de> for DeleteStickerFromSet
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 Methods for DeleteStickerFromSet
impl Methods for DeleteStickerFromSet
Auto Trait Implementations§
impl Freeze for DeleteStickerFromSet
impl RefUnwindSafe for DeleteStickerFromSet
impl Send for DeleteStickerFromSet
impl Sync for DeleteStickerFromSet
impl Unpin for DeleteStickerFromSet
impl UnwindSafe for DeleteStickerFromSet
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