pub struct GetUnreadPollVotes {
pub peer: InputPeer,
pub top_msg_id: Option<i32>,
pub offset_id: i32,
pub add_offset: i32,
pub limit: i32,
pub max_id: i32,
pub min_id: i32,
}Expand description
Generated from:
messages.getUnreadPollVotes#43286cf2 flags:# peer:InputPeer top_msg_id:flags.0?int offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.MessagesFields§
§peer: InputPeer§top_msg_id: Option<i32>§offset_id: i32§add_offset: i32§limit: i32§max_id: i32§min_id: i32Trait Implementations§
Source§impl Clone for GetUnreadPollVotes
impl Clone for GetUnreadPollVotes
Source§fn clone(&self) -> GetUnreadPollVotes
fn clone(&self) -> GetUnreadPollVotes
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 GetUnreadPollVotes
impl Debug for GetUnreadPollVotes
Source§impl Deserializable for GetUnreadPollVotes
impl Deserializable for GetUnreadPollVotes
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for GetUnreadPollVotes
impl Identifiable for GetUnreadPollVotes
Source§const CONSTRUCTOR_ID: u32 = 0x43286cf2
const CONSTRUCTOR_ID: u32 = 0x43286cf2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetUnreadPollVotes
impl PartialEq for GetUnreadPollVotes
Source§impl RemoteCall for GetUnreadPollVotes
impl RemoteCall for GetUnreadPollVotes
Source§impl Serializable for GetUnreadPollVotes
impl Serializable for GetUnreadPollVotes
impl StructuralPartialEq for GetUnreadPollVotes
Auto Trait Implementations§
impl Freeze for GetUnreadPollVotes
impl RefUnwindSafe for GetUnreadPollVotes
impl Send for GetUnreadPollVotes
impl Sync for GetUnreadPollVotes
impl Unpin for GetUnreadPollVotes
impl UnsafeUnpin for GetUnreadPollVotes
impl UnwindSafe for GetUnreadPollVotes
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