pub struct GetDiscussionMessage {
pub peer: InputPeer,
pub msg_id: i32,
}Expand description
Generated from:
messages.getDiscussionMessage#446972fd peer:InputPeer msg_id:int = messages.DiscussionMessageFields§
§peer: InputPeer§msg_id: i32Trait Implementations§
Source§impl Clone for GetDiscussionMessage
impl Clone for GetDiscussionMessage
Source§fn clone(&self) -> GetDiscussionMessage
fn clone(&self) -> GetDiscussionMessage
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 GetDiscussionMessage
impl Debug for GetDiscussionMessage
Source§impl Identifiable for GetDiscussionMessage
impl Identifiable for GetDiscussionMessage
Source§const CONSTRUCTOR_ID: u32 = 0x446972fd
const CONSTRUCTOR_ID: u32 = 0x446972fd
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDiscussionMessage
impl PartialEq for GetDiscussionMessage
Source§impl RemoteCall for GetDiscussionMessage
impl RemoteCall for GetDiscussionMessage
Source§type Return = DiscussionMessage
type Return = DiscussionMessage
The deserialized response type.
Source§impl Serializable for GetDiscussionMessage
impl Serializable for GetDiscussionMessage
impl StructuralPartialEq for GetDiscussionMessage
Auto Trait Implementations§
impl Freeze for GetDiscussionMessage
impl RefUnwindSafe for GetDiscussionMessage
impl Send for GetDiscussionMessage
impl Sync for GetDiscussionMessage
impl Unpin for GetDiscussionMessage
impl UnsafeUnpin for GetDiscussionMessage
impl UnwindSafe for GetDiscussionMessage
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