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