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