pub struct SetEmojiStickers {
pub channel: InputChannel,
pub stickerset: InputStickerSet,
}Expand description
Generated from:
channels.setEmojiStickers#3cd930b7 channel:InputChannel stickerset:InputStickerSet = BoolFields§
§channel: InputChannel§stickerset: InputStickerSetTrait Implementations§
Source§impl Clone for SetEmojiStickers
impl Clone for SetEmojiStickers
Source§fn clone(&self) -> SetEmojiStickers
fn clone(&self) -> SetEmojiStickers
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 SetEmojiStickers
impl Debug for SetEmojiStickers
Source§impl Identifiable for SetEmojiStickers
impl Identifiable for SetEmojiStickers
Source§const CONSTRUCTOR_ID: u32 = 0x3cd930b7
const CONSTRUCTOR_ID: u32 = 0x3cd930b7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetEmojiStickers
impl PartialEq for SetEmojiStickers
Source§impl RemoteCall for SetEmojiStickers
impl RemoteCall for SetEmojiStickers
Source§impl Serializable for SetEmojiStickers
impl Serializable for SetEmojiStickers
impl StructuralPartialEq for SetEmojiStickers
Auto Trait Implementations§
impl Freeze for SetEmojiStickers
impl RefUnwindSafe for SetEmojiStickers
impl Send for SetEmojiStickers
impl Sync for SetEmojiStickers
impl Unpin for SetEmojiStickers
impl UnsafeUnpin for SetEmojiStickers
impl UnwindSafe for SetEmojiStickers
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