pub struct AddChatUser {
pub chat_id: i64,
pub user_id: InputUser,
pub fwd_limit: i32,
}Expand description
Generated from:
messages.addChatUser#cbc6d107 chat_id:long user_id:InputUser fwd_limit:int = messages.InvitedUsersFields§
§chat_id: i64§user_id: InputUser§fwd_limit: i32Trait Implementations§
Source§impl Clone for AddChatUser
impl Clone for AddChatUser
Source§fn clone(&self) -> AddChatUser
fn clone(&self) -> AddChatUser
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 AddChatUser
impl Debug for AddChatUser
Source§impl Identifiable for AddChatUser
impl Identifiable for AddChatUser
Source§const CONSTRUCTOR_ID: u32 = 0xcbc6d107
const CONSTRUCTOR_ID: u32 = 0xcbc6d107
The constructor ID as specified in the TL schema.
Source§impl PartialEq for AddChatUser
impl PartialEq for AddChatUser
Source§impl RemoteCall for AddChatUser
impl RemoteCall for AddChatUser
Source§type Return = InvitedUsers
type Return = InvitedUsers
The deserialized response type.
Source§impl Serializable for AddChatUser
impl Serializable for AddChatUser
impl StructuralPartialEq for AddChatUser
Auto Trait Implementations§
impl Freeze for AddChatUser
impl RefUnwindSafe for AddChatUser
impl Send for AddChatUser
impl Sync for AddChatUser
impl Unpin for AddChatUser
impl UnsafeUnpin for AddChatUser
impl UnwindSafe for AddChatUser
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