pub struct ReadReactions {
pub peer: InputPeer,
pub top_msg_id: Option<i32>,
pub saved_peer_id: Option<InputPeer>,
}Expand description
Generated from:
messages.readReactions#9ec44f93 flags:# peer:InputPeer top_msg_id:flags.0?int saved_peer_id:flags.1?InputPeer = messages.AffectedHistoryFields§
§peer: InputPeer§top_msg_id: Option<i32>§saved_peer_id: Option<InputPeer>Trait Implementations§
Source§impl Clone for ReadReactions
impl Clone for ReadReactions
Source§fn clone(&self) -> ReadReactions
fn clone(&self) -> ReadReactions
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 ReadReactions
impl Debug for ReadReactions
Source§impl Identifiable for ReadReactions
impl Identifiable for ReadReactions
Source§const CONSTRUCTOR_ID: u32 = 0x9ec44f93
const CONSTRUCTOR_ID: u32 = 0x9ec44f93
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReadReactions
impl PartialEq for ReadReactions
Source§impl RemoteCall for ReadReactions
impl RemoteCall for ReadReactions
Source§type Return = AffectedHistory
type Return = AffectedHistory
The deserialized response type.
Source§impl Serializable for ReadReactions
impl Serializable for ReadReactions
impl StructuralPartialEq for ReadReactions
Auto Trait Implementations§
impl Freeze for ReadReactions
impl RefUnwindSafe for ReadReactions
impl Send for ReadReactions
impl Sync for ReadReactions
impl Unpin for ReadReactions
impl UnsafeUnpin for ReadReactions
impl UnwindSafe for ReadReactions
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