pub struct GetAttachedStickers {
pub media: InputStickeredMedia,
}Expand description
Generated from:
messages.getAttachedStickers#cc5b67cc media:InputStickeredMedia = Vector<StickerSetCovered>Fields§
§media: InputStickeredMediaTrait Implementations§
Source§impl Clone for GetAttachedStickers
impl Clone for GetAttachedStickers
Source§fn clone(&self) -> GetAttachedStickers
fn clone(&self) -> GetAttachedStickers
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 GetAttachedStickers
impl Debug for GetAttachedStickers
Source§impl Identifiable for GetAttachedStickers
impl Identifiable for GetAttachedStickers
Source§const CONSTRUCTOR_ID: u32 = 0xcc5b67cc
const CONSTRUCTOR_ID: u32 = 0xcc5b67cc
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAttachedStickers
impl PartialEq for GetAttachedStickers
Source§impl RemoteCall for GetAttachedStickers
impl RemoteCall for GetAttachedStickers
Source§type Return = Vec<StickerSetCovered>
type Return = Vec<StickerSetCovered>
The deserialized response type.
Source§impl Serializable for GetAttachedStickers
impl Serializable for GetAttachedStickers
impl StructuralPartialEq for GetAttachedStickers
Auto Trait Implementations§
impl Freeze for GetAttachedStickers
impl RefUnwindSafe for GetAttachedStickers
impl Send for GetAttachedStickers
impl Sync for GetAttachedStickers
impl Unpin for GetAttachedStickers
impl UnsafeUnpin for GetAttachedStickers
impl UnwindSafe for GetAttachedStickers
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