pub struct Reactions {
pub hash: i64,
pub reactions: Vec<Reaction>,
}Expand description
Generated from:
messages.reactions#eafdf716 hash:long reactions:Vector<Reaction> = messages.ReactionsFields§
§hash: i64§reactions: Vec<Reaction>Trait Implementations§
Source§impl Deserializable for Reactions
impl Deserializable for Reactions
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 Reactions
impl Identifiable for Reactions
Source§const CONSTRUCTOR_ID: u32 = 0xeafdf716
const CONSTRUCTOR_ID: u32 = 0xeafdf716
The constructor ID as specified in the TL schema.
Source§impl Serializable for Reactions
impl Serializable for Reactions
impl StructuralPartialEq for Reactions
Auto Trait Implementations§
impl Freeze for Reactions
impl RefUnwindSafe for Reactions
impl Send for Reactions
impl Sync for Reactions
impl Unpin for Reactions
impl UnsafeUnpin for Reactions
impl UnwindSafe for Reactions
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