pub struct GetParticipantJoinedChats {
pub community: InputChannel,
pub participant: InputPeer,
}Expand description
communities.getParticipantJoinedChats
Generated from:
communities.getParticipantJoinedChats#f87eabab community:InputChannel participant:InputPeer = communities.ParticipantJoinedChatsFields§
§community: InputChannel§participant: InputPeerTrait Implementations§
Source§impl Clone for GetParticipantJoinedChats
impl Clone for GetParticipantJoinedChats
Source§fn clone(&self) -> GetParticipantJoinedChats
fn clone(&self) -> GetParticipantJoinedChats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetParticipantJoinedChats
impl Debug for GetParticipantJoinedChats
Source§impl Deserializable for GetParticipantJoinedChats
impl Deserializable for GetParticipantJoinedChats
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 GetParticipantJoinedChats
impl Identifiable for GetParticipantJoinedChats
Source§const CONSTRUCTOR_ID: u32 = 0xf87eabab
const CONSTRUCTOR_ID: u32 = 0xf87eabab
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetParticipantJoinedChats
impl RemoteCall for GetParticipantJoinedChats
Source§type Return = ParticipantJoinedChats
type Return = ParticipantJoinedChats
The deserialized response type.
impl StructuralPartialEq for GetParticipantJoinedChats
Auto Trait Implementations§
impl Freeze for GetParticipantJoinedChats
impl RefUnwindSafe for GetParticipantJoinedChats
impl Send for GetParticipantJoinedChats
impl Sync for GetParticipantJoinedChats
impl Unpin for GetParticipantJoinedChats
impl UnsafeUnpin for GetParticipantJoinedChats
impl UnwindSafe for GetParticipantJoinedChats
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