pub struct MessageActionChatJoinedByLink {
pub inviter_id: i64,
}Expand description
Generated from:
messageActionChatJoinedByLink#31224c3 inviter_id:long = MessageActionFields§
§inviter_id: i64Trait Implementations§
Source§impl Clone for MessageActionChatJoinedByLink
impl Clone for MessageActionChatJoinedByLink
Source§fn clone(&self) -> MessageActionChatJoinedByLink
fn clone(&self) -> MessageActionChatJoinedByLink
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 Deserializable for MessageActionChatJoinedByLink
impl Deserializable for MessageActionChatJoinedByLink
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 From<MessageActionChatJoinedByLink> for MessageAction
impl From<MessageActionChatJoinedByLink> for MessageAction
Source§fn from(x: MessageActionChatJoinedByLink) -> Self
fn from(x: MessageActionChatJoinedByLink) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionChatJoinedByLink
impl Identifiable for MessageActionChatJoinedByLink
Source§const CONSTRUCTOR_ID: u32 = 0x031224c3
const CONSTRUCTOR_ID: u32 = 0x031224c3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessageActionChatJoinedByLink
impl PartialEq for MessageActionChatJoinedByLink
Source§fn eq(&self, other: &MessageActionChatJoinedByLink) -> bool
fn eq(&self, other: &MessageActionChatJoinedByLink) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<MessageAction> for MessageActionChatJoinedByLink
impl TryFrom<MessageAction> for MessageActionChatJoinedByLink
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
impl StructuralPartialEq for MessageActionChatJoinedByLink
Auto Trait Implementations§
impl Freeze for MessageActionChatJoinedByLink
impl RefUnwindSafe for MessageActionChatJoinedByLink
impl Send for MessageActionChatJoinedByLink
impl Sync for MessageActionChatJoinedByLink
impl Unpin for MessageActionChatJoinedByLink
impl UnsafeUnpin for MessageActionChatJoinedByLink
impl UnwindSafe for MessageActionChatJoinedByLink
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