pub struct InputBotInlineMessageId64 {
pub dc_id: i32,
pub owner_id: i64,
pub id: i32,
pub access_hash: i64,
}Expand description
Read inputBotInlineMessageID64 docs.
Generated from the following TL definition:
inputBotInlineMessageID64#b6d915d7 dc_id:int owner_id:long id:int access_hash:long = InputBotInlineMessageIDFields§
§dc_id: i32§owner_id: i64§id: i32§access_hash: i64Trait Implementations§
Source§impl Clone for InputBotInlineMessageId64
impl Clone for InputBotInlineMessageId64
Source§fn clone(&self) -> InputBotInlineMessageId64
fn clone(&self) -> InputBotInlineMessageId64
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 InputBotInlineMessageId64
impl Debug for InputBotInlineMessageId64
Source§impl From<InputBotInlineMessageId64> for InputBotInlineMessageId
impl From<InputBotInlineMessageId64> for InputBotInlineMessageId
Source§fn from(x: InputBotInlineMessageId64) -> Self
fn from(x: InputBotInlineMessageId64) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputBotInlineMessageId64
impl Identifiable for InputBotInlineMessageId64
Source§const CONSTRUCTOR_ID: u32 = 3067680215
const CONSTRUCTOR_ID: u32 = 3067680215
The unique identifier for the type.
impl StructuralPartialEq for InputBotInlineMessageId64
Auto Trait Implementations§
impl Freeze for InputBotInlineMessageId64
impl RefUnwindSafe for InputBotInlineMessageId64
impl Send for InputBotInlineMessageId64
impl Sync for InputBotInlineMessageId64
impl Unpin for InputBotInlineMessageId64
impl UnsafeUnpin for InputBotInlineMessageId64
impl UnwindSafe for InputBotInlineMessageId64
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