pub struct SetTyping {
pub peer: InputPeer,
pub top_msg_id: Option<i32>,
pub action: SendMessageAction,
}Expand description
Generated from:
messages.setTyping#58943ee2 flags:# peer:InputPeer top_msg_id:flags.0?int action:SendMessageAction = BoolFields§
§peer: InputPeer§top_msg_id: Option<i32>§action: SendMessageActionTrait Implementations§
Source§impl Identifiable for SetTyping
impl Identifiable for SetTyping
Source§const CONSTRUCTOR_ID: u32 = 0x58943ee2
const CONSTRUCTOR_ID: u32 = 0x58943ee2
The constructor ID as specified in the TL schema.
Source§impl Serializable for SetTyping
impl Serializable for SetTyping
impl StructuralPartialEq for SetTyping
Auto Trait Implementations§
impl Freeze for SetTyping
impl RefUnwindSafe for SetTyping
impl Send for SetTyping
impl Sync for SetTyping
impl Unpin for SetTyping
impl UnsafeUnpin for SetTyping
impl UnwindSafe for SetTyping
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