pub struct InputChannelFromMessage {
pub peer: InputPeer,
pub msg_id: i32,
pub channel_id: i64,
}Expand description
Read inputChannelFromMessage docs.
Generated from the following TL definition:
inputChannelFromMessage#5b934f9d peer:InputPeer msg_id:int channel_id:long = InputChannelFields§
§peer: InputPeer§msg_id: i32§channel_id: i64Trait Implementations§
Source§impl Clone for InputChannelFromMessage
impl Clone for InputChannelFromMessage
Source§fn clone(&self) -> InputChannelFromMessage
fn clone(&self) -> InputChannelFromMessage
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 InputChannelFromMessage
impl Debug for InputChannelFromMessage
Source§impl From<InputChannelFromMessage> for InputChannel
impl From<InputChannelFromMessage> for InputChannel
Source§fn from(x: InputChannelFromMessage) -> Self
fn from(x: InputChannelFromMessage) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputChannelFromMessage
impl Identifiable for InputChannelFromMessage
Source§const CONSTRUCTOR_ID: u32 = 1536380829
const CONSTRUCTOR_ID: u32 = 1536380829
The unique identifier for the type.
Source§impl PartialEq for InputChannelFromMessage
impl PartialEq for InputChannelFromMessage
impl StructuralPartialEq for InputChannelFromMessage
Auto Trait Implementations§
impl Freeze for InputChannelFromMessage
impl RefUnwindSafe for InputChannelFromMessage
impl Send for InputChannelFromMessage
impl Sync for InputChannelFromMessage
impl Unpin for InputChannelFromMessage
impl UnsafeUnpin for InputChannelFromMessage
impl UnwindSafe for InputChannelFromMessage
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