pub struct CreateChat {
pub users: Vec<InputUser>,
pub title: String,
pub ttl_period: Option<i32>,
}Expand description
Generated from:
messages.createChat#92ceddd4 flags:# users:Vector<InputUser> title:string ttl_period:flags.0?int = messages.InvitedUsersFields§
§users: Vec<InputUser>§title: String§ttl_period: Option<i32>Trait Implementations§
Source§impl Clone for CreateChat
impl Clone for CreateChat
Source§fn clone(&self) -> CreateChat
fn clone(&self) -> CreateChat
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 CreateChat
impl Debug for CreateChat
Source§impl Identifiable for CreateChat
impl Identifiable for CreateChat
Source§const CONSTRUCTOR_ID: u32 = 0x92ceddd4
const CONSTRUCTOR_ID: u32 = 0x92ceddd4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CreateChat
impl PartialEq for CreateChat
Source§impl RemoteCall for CreateChat
impl RemoteCall for CreateChat
Source§type Return = InvitedUsers
type Return = InvitedUsers
The deserialized response type.
Source§impl Serializable for CreateChat
impl Serializable for CreateChat
impl StructuralPartialEq for CreateChat
Auto Trait Implementations§
impl Freeze for CreateChat
impl RefUnwindSafe for CreateChat
impl Send for CreateChat
impl Sync for CreateChat
impl Unpin for CreateChat
impl UnsafeUnpin for CreateChat
impl UnwindSafe for CreateChat
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