pub struct UpdateBotChatInviteRequester {
pub peer: Peer,
pub date: i32,
pub user_id: i64,
pub about: String,
pub invite: ExportedChatInvite,
pub qts: i32,
}Expand description
Read updateBotChatInviteRequester docs.
Generated from the following TL definition:
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 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 = 299870598
const CONSTRUCTOR_ID: u32 = 299870598
The unique identifier for the type.
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