pub struct Stickers {
pub hash: i64,
pub stickers: Vec<Document>,
}Expand description
Generated from:
messages.stickers#30a6ec7e hash:long stickers:Vector<Document> = messages.StickersFields§
§hash: i64§stickers: Vec<Document>Trait Implementations§
Source§impl Deserializable for Stickers
impl Deserializable for Stickers
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for Stickers
impl Identifiable for Stickers
Source§const CONSTRUCTOR_ID: u32 = 0x30a6ec7e
const CONSTRUCTOR_ID: u32 = 0x30a6ec7e
The constructor ID as specified in the TL schema.
Source§impl Serializable for Stickers
impl Serializable for Stickers
impl StructuralPartialEq for Stickers
Auto Trait Implementations§
impl Freeze for Stickers
impl RefUnwindSafe for Stickers
impl Send for Stickers
impl Sync for Stickers
impl Unpin for Stickers
impl UnsafeUnpin for Stickers
impl UnwindSafe for Stickers
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