pub struct MessageActionChatCreate {
pub title: String,
pub users: Vec<i64>,
}Expand description
Generated from:
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 Deserializable for MessageActionChatCreate
impl Deserializable for MessageActionChatCreate
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<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 = 0xbd47cbad
const CONSTRUCTOR_ID: u32 = 0xbd47cbad
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessageActionChatCreate
impl PartialEq for MessageActionChatCreate
Source§impl TryFrom<MessageAction> for MessageActionChatCreate
impl TryFrom<MessageAction> for MessageActionChatCreate
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
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