pub struct TogglePaidReactionPrivacy {
pub peer: InputPeer,
pub msg_id: i32,
pub private: PaidReactionPrivacy,
}Expand description
messages.togglePaidReactionPrivacy
Generated from:
messages.togglePaidReactionPrivacy#435885b5 peer:InputPeer msg_id:int private:PaidReactionPrivacy = BoolFields§
§peer: InputPeer§msg_id: i32§private: PaidReactionPrivacyTrait Implementations§
Source§impl Clone for TogglePaidReactionPrivacy
impl Clone for TogglePaidReactionPrivacy
Source§fn clone(&self) -> TogglePaidReactionPrivacy
fn clone(&self) -> TogglePaidReactionPrivacy
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 TogglePaidReactionPrivacy
impl Debug for TogglePaidReactionPrivacy
Source§impl Identifiable for TogglePaidReactionPrivacy
impl Identifiable for TogglePaidReactionPrivacy
Source§const CONSTRUCTOR_ID: u32 = 0x435885b5
const CONSTRUCTOR_ID: u32 = 0x435885b5
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for TogglePaidReactionPrivacy
Auto Trait Implementations§
impl Freeze for TogglePaidReactionPrivacy
impl RefUnwindSafe for TogglePaidReactionPrivacy
impl Send for TogglePaidReactionPrivacy
impl Sync for TogglePaidReactionPrivacy
impl Unpin for TogglePaidReactionPrivacy
impl UnsafeUnpin for TogglePaidReactionPrivacy
impl UnwindSafe for TogglePaidReactionPrivacy
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