pub struct GetMessageReadParticipants {
pub peer: InputPeer,
pub msg_id: i32,
}Expand description
messages.getMessageReadParticipants
Generated from:
messages.getMessageReadParticipants#31c1c44f peer:InputPeer msg_id:int = Vector<ReadParticipantDate>Fields§
§peer: InputPeer§msg_id: i32Trait Implementations§
Source§impl Clone for GetMessageReadParticipants
impl Clone for GetMessageReadParticipants
Source§fn clone(&self) -> GetMessageReadParticipants
fn clone(&self) -> GetMessageReadParticipants
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 GetMessageReadParticipants
impl Debug for GetMessageReadParticipants
Source§impl Identifiable for GetMessageReadParticipants
impl Identifiable for GetMessageReadParticipants
Source§const CONSTRUCTOR_ID: u32 = 0x31c1c44f
const CONSTRUCTOR_ID: u32 = 0x31c1c44f
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetMessageReadParticipants
impl RemoteCall for GetMessageReadParticipants
Source§type Return = Vec<ReadParticipantDate>
type Return = Vec<ReadParticipantDate>
The deserialized response type.
impl StructuralPartialEq for GetMessageReadParticipants
Auto Trait Implementations§
impl Freeze for GetMessageReadParticipants
impl RefUnwindSafe for GetMessageReadParticipants
impl Send for GetMessageReadParticipants
impl Sync for GetMessageReadParticipants
impl Unpin for GetMessageReadParticipants
impl UnsafeUnpin for GetMessageReadParticipants
impl UnwindSafe for GetMessageReadParticipants
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