pub struct AddStickerToSet {
pub stickerset: InputStickerSet,
pub sticker: InputStickerSetItem,
}Expand description
Read stickers.addStickerToSet docs.
Generated from the following TL definition:
stickers.addStickerToSet#8653febe stickerset:InputStickerSet sticker:InputStickerSetItem = messages.StickerSetFields§
§stickerset: InputStickerSet§sticker: InputStickerSetItemTrait Implementations§
Source§impl Clone for AddStickerToSet
impl Clone for AddStickerToSet
Source§fn clone(&self) -> AddStickerToSet
fn clone(&self) -> AddStickerToSet
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 AddStickerToSet
impl Debug for AddStickerToSet
Source§impl Identifiable for AddStickerToSet
impl Identifiable for AddStickerToSet
Source§const CONSTRUCTOR_ID: u32 = 2253651646
const CONSTRUCTOR_ID: u32 = 2253651646
The unique identifier for the type.
Source§impl PartialEq for AddStickerToSet
impl PartialEq for AddStickerToSet
Source§impl RemoteCall for AddStickerToSet
impl RemoteCall for AddStickerToSet
Source§type Return = StickerSet
type Return = StickerSet
The type of the “return” value coming from the other end of the
connection.
Source§impl Serializable for AddStickerToSet
impl Serializable for AddStickerToSet
impl StructuralPartialEq for AddStickerToSet
Auto Trait Implementations§
impl Freeze for AddStickerToSet
impl RefUnwindSafe for AddStickerToSet
impl Send for AddStickerToSet
impl Sync for AddStickerToSet
impl Unpin for AddStickerToSet
impl UnsafeUnpin for AddStickerToSet
impl UnwindSafe for AddStickerToSet
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