Struct telegram_bot_api::methods::DeleteStickerFromSet
source · [−]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
sourceimpl Clone for DeleteStickerFromSet
impl Clone for DeleteStickerFromSet
sourcefn clone(&self) -> DeleteStickerFromSet
fn clone(&self) -> DeleteStickerFromSet
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteStickerFromSet
impl Debug for DeleteStickerFromSet
sourceimpl<'de> Deserialize<'de> for DeleteStickerFromSet
impl<'de> Deserialize<'de> for DeleteStickerFromSet
sourcefn 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
sourceimpl Methods for DeleteStickerFromSet
impl Methods for DeleteStickerFromSet
sourceimpl Serialize for DeleteStickerFromSet
impl Serialize for DeleteStickerFromSet
Auto Trait Implementations
impl RefUnwindSafe for DeleteStickerFromSet
impl Send for DeleteStickerFromSet
impl Sync for DeleteStickerFromSet
impl Unpin for DeleteStickerFromSet
impl UnwindSafe for DeleteStickerFromSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more