pub struct SendPaidReaction {
pub peer: InputPeer,
pub msg_id: i32,
pub count: i32,
pub random_id: i64,
pub private: Option<PaidReactionPrivacy>,
}Expand description
Generated from:
messages.sendPaidReaction#58bbcb50 flags:# peer:InputPeer msg_id:int count:int random_id:long private:flags.0?PaidReactionPrivacy = UpdatesFields§
§peer: InputPeer§msg_id: i32§count: i32§random_id: i64§private: Option<PaidReactionPrivacy>Trait Implementations§
Source§impl Clone for SendPaidReaction
impl Clone for SendPaidReaction
Source§fn clone(&self) -> SendPaidReaction
fn clone(&self) -> SendPaidReaction
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 SendPaidReaction
impl Debug for SendPaidReaction
Source§impl Identifiable for SendPaidReaction
impl Identifiable for SendPaidReaction
Source§const CONSTRUCTOR_ID: u32 = 0x58bbcb50
const CONSTRUCTOR_ID: u32 = 0x58bbcb50
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendPaidReaction
impl PartialEq for SendPaidReaction
Source§impl RemoteCall for SendPaidReaction
impl RemoteCall for SendPaidReaction
Source§impl Serializable for SendPaidReaction
impl Serializable for SendPaidReaction
impl StructuralPartialEq for SendPaidReaction
Auto Trait Implementations§
impl Freeze for SendPaidReaction
impl RefUnwindSafe for SendPaidReaction
impl Send for SendPaidReaction
impl Sync for SendPaidReaction
impl Unpin for SendPaidReaction
impl UnsafeUnpin for SendPaidReaction
impl UnwindSafe for SendPaidReaction
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