pub struct UpdateBotChatInviteRequester {
pub peer: Peer,
pub date: i32,
pub user_id: i64,
pub about: String,
pub invite: ExportedChatInvite,
pub qts: i32,
}Expand description
Generated from:
updateBotChatInviteRequester#11dfa986 peer:Peer date:int user_id:long about:string invite:ExportedChatInvite qts:int = UpdateFields§
§peer: Peer§date: i32§user_id: i64§about: String§invite: ExportedChatInvite§qts: i32Trait Implementations§
Source§impl Clone for UpdateBotChatInviteRequester
impl Clone for UpdateBotChatInviteRequester
Source§fn clone(&self) -> UpdateBotChatInviteRequester
fn clone(&self) -> UpdateBotChatInviteRequester
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 UpdateBotChatInviteRequester
impl Debug for UpdateBotChatInviteRequester
Source§impl Deserializable for UpdateBotChatInviteRequester
impl Deserializable for UpdateBotChatInviteRequester
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<UpdateBotChatInviteRequester> for Update
impl From<UpdateBotChatInviteRequester> for Update
Source§fn from(x: UpdateBotChatInviteRequester) -> Self
fn from(x: UpdateBotChatInviteRequester) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateBotChatInviteRequester
impl Identifiable for UpdateBotChatInviteRequester
Source§const CONSTRUCTOR_ID: u32 = 0x11dfa986
const CONSTRUCTOR_ID: u32 = 0x11dfa986
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateBotChatInviteRequester
impl PartialEq for UpdateBotChatInviteRequester
Source§fn eq(&self, other: &UpdateBotChatInviteRequester) -> bool
fn eq(&self, other: &UpdateBotChatInviteRequester) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Update> for UpdateBotChatInviteRequester
impl TryFrom<Update> for UpdateBotChatInviteRequester
impl StructuralPartialEq for UpdateBotChatInviteRequester
Auto Trait Implementations§
impl Freeze for UpdateBotChatInviteRequester
impl RefUnwindSafe for UpdateBotChatInviteRequester
impl Send for UpdateBotChatInviteRequester
impl Sync for UpdateBotChatInviteRequester
impl Unpin for UpdateBotChatInviteRequester
impl UnsafeUnpin for UpdateBotChatInviteRequester
impl UnwindSafe for UpdateBotChatInviteRequester
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