pub struct MessageActionChatCreate {
pub title: String,
pub users: Vec<i64>,
}Expand description
Read messageActionChatCreate docs.
Generated from the following TL definition:
messageActionChatCreate#bd47cbad title:string users:Vector<long> = MessageActionFields§
§title: String§users: Vec<i64>Trait Implementations§
Source§impl Clone for MessageActionChatCreate
impl Clone for MessageActionChatCreate
Source§fn clone(&self) -> MessageActionChatCreate
fn clone(&self) -> MessageActionChatCreate
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 MessageActionChatCreate
impl Debug for MessageActionChatCreate
Source§impl From<MessageActionChatCreate> for MessageAction
impl From<MessageActionChatCreate> for MessageAction
Source§fn from(x: MessageActionChatCreate) -> Self
fn from(x: MessageActionChatCreate) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionChatCreate
impl Identifiable for MessageActionChatCreate
Source§const CONSTRUCTOR_ID: u32 = 3175599021
const CONSTRUCTOR_ID: u32 = 3175599021
The unique identifier for the type.
Source§impl PartialEq for MessageActionChatCreate
impl PartialEq for MessageActionChatCreate
impl StructuralPartialEq for MessageActionChatCreate
Auto Trait Implementations§
impl Freeze for MessageActionChatCreate
impl RefUnwindSafe for MessageActionChatCreate
impl Send for MessageActionChatCreate
impl Sync for MessageActionChatCreate
impl Unpin for MessageActionChatCreate
impl UnsafeUnpin for MessageActionChatCreate
impl UnwindSafe for MessageActionChatCreate
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