pub struct DeleteParticipantReaction {
pub peer: InputPeer,
pub msg_id: i32,
pub participant: InputPeer,
}Expand description
messages.deleteParticipantReaction
Generated from:
messages.deleteParticipantReaction#e3b7f82c peer:InputPeer msg_id:int participant:InputPeer = UpdatesFields§
§peer: InputPeer§msg_id: i32§participant: InputPeerTrait Implementations§
Source§impl Clone for DeleteParticipantReaction
impl Clone for DeleteParticipantReaction
Source§fn clone(&self) -> DeleteParticipantReaction
fn clone(&self) -> DeleteParticipantReaction
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 DeleteParticipantReaction
impl Debug for DeleteParticipantReaction
Source§impl Deserializable for DeleteParticipantReaction
impl Deserializable for DeleteParticipantReaction
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 DeleteParticipantReaction
impl Identifiable for DeleteParticipantReaction
Source§const CONSTRUCTOR_ID: u32 = 0xe3b7f82c
const CONSTRUCTOR_ID: u32 = 0xe3b7f82c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteParticipantReaction
impl PartialEq for DeleteParticipantReaction
Source§fn eq(&self, other: &DeleteParticipantReaction) -> bool
fn eq(&self, other: &DeleteParticipantReaction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteParticipantReaction
Auto Trait Implementations§
impl Freeze for DeleteParticipantReaction
impl RefUnwindSafe for DeleteParticipantReaction
impl Send for DeleteParticipantReaction
impl Sync for DeleteParticipantReaction
impl Unpin for DeleteParticipantReaction
impl UnsafeUnpin for DeleteParticipantReaction
impl UnwindSafe for DeleteParticipantReaction
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