pub struct GetMessagesViews {
pub peer: InputPeer,
pub id: Vec<i32>,
pub increment: bool,
}Expand description
Generated from:
messages.getMessagesViews#5784d3e1 peer:InputPeer id:Vector<int> increment:Bool = messages.MessageViewsFields§
§peer: InputPeer§id: Vec<i32>§increment: boolTrait Implementations§
Source§impl Clone for GetMessagesViews
impl Clone for GetMessagesViews
Source§fn clone(&self) -> GetMessagesViews
fn clone(&self) -> GetMessagesViews
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 GetMessagesViews
impl Debug for GetMessagesViews
Source§impl Identifiable for GetMessagesViews
impl Identifiable for GetMessagesViews
Source§const CONSTRUCTOR_ID: u32 = 0x5784d3e1
const CONSTRUCTOR_ID: u32 = 0x5784d3e1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetMessagesViews
impl PartialEq for GetMessagesViews
Source§impl RemoteCall for GetMessagesViews
impl RemoteCall for GetMessagesViews
Source§type Return = MessageViews
type Return = MessageViews
The deserialized response type.
Source§impl Serializable for GetMessagesViews
impl Serializable for GetMessagesViews
impl StructuralPartialEq for GetMessagesViews
Auto Trait Implementations§
impl Freeze for GetMessagesViews
impl RefUnwindSafe for GetMessagesViews
impl Send for GetMessagesViews
impl Sync for GetMessagesViews
impl Unpin for GetMessagesViews
impl UnsafeUnpin for GetMessagesViews
impl UnwindSafe for GetMessagesViews
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