pub struct DeleteStickerFromSet {
pub sticker: String,
}Expand description
https://core.telegram.org/bots/api#deletestickerfromset Use this method to delete a sticker from a set created by the bot. Returns True on success.
Fields§
§sticker: StringTrait Implementations§
Source§impl Debug for DeleteStickerFromSet
impl Debug for DeleteStickerFromSet
Source§impl Default for DeleteStickerFromSet
impl Default for DeleteStickerFromSet
Source§fn default() -> DeleteStickerFromSet
fn default() -> DeleteStickerFromSet
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more