pub struct SendVote {
pub peer: InputPeer,
pub msg_id: i32,
pub options: Vec<Vec<u8>>,
}Expand description
Generated from:
messages.sendVote#10ea6184 peer:InputPeer msg_id:int options:Vector<bytes> = UpdatesFields§
§peer: InputPeer§msg_id: i32§options: Vec<Vec<u8>>Trait Implementations§
Source§impl Identifiable for SendVote
impl Identifiable for SendVote
Source§const CONSTRUCTOR_ID: u32 = 0x10ea6184
const CONSTRUCTOR_ID: u32 = 0x10ea6184
The constructor ID as specified in the TL schema.
Source§impl Serializable for SendVote
impl Serializable for SendVote
impl StructuralPartialEq for SendVote
Auto Trait Implementations§
impl Freeze for SendVote
impl RefUnwindSafe for SendVote
impl Send for SendVote
impl Sync for SendVote
impl Unpin for SendVote
impl UnsafeUnpin for SendVote
impl UnwindSafe for SendVote
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