pub struct SendReaction {
pub big: bool,
pub add_to_recent: bool,
pub peer: InputPeer,
pub msg_id: i32,
pub reaction: Option<Vec<Reaction>>,
}Expand description
Generated from:
messages.sendReaction#d30d78d4 flags:# big:flags.1?true add_to_recent:flags.2?true peer:InputPeer msg_id:int reaction:flags.0?Vector<Reaction> = UpdatesFields§
§big: bool§add_to_recent: bool§peer: InputPeer§msg_id: i32§reaction: Option<Vec<Reaction>>Trait Implementations§
Source§impl Clone for SendReaction
impl Clone for SendReaction
Source§fn clone(&self) -> SendReaction
fn clone(&self) -> SendReaction
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 SendReaction
impl Debug for SendReaction
Source§impl Identifiable for SendReaction
impl Identifiable for SendReaction
Source§const CONSTRUCTOR_ID: u32 = 0xd30d78d4
const CONSTRUCTOR_ID: u32 = 0xd30d78d4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendReaction
impl PartialEq for SendReaction
Source§impl RemoteCall for SendReaction
impl RemoteCall for SendReaction
Source§impl Serializable for SendReaction
impl Serializable for SendReaction
impl StructuralPartialEq for SendReaction
Auto Trait Implementations§
impl Freeze for SendReaction
impl RefUnwindSafe for SendReaction
impl Send for SendReaction
impl Sync for SendReaction
impl Unpin for SendReaction
impl UnsafeUnpin for SendReaction
impl UnwindSafe for SendReaction
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