pub struct SetChatAvailableReactions {
pub peer: InputPeer,
pub available_reactions: ChatReactions,
pub reactions_limit: Option<i32>,
pub paid_enabled: Option<bool>,
}Expand description
messages.setChatAvailableReactions
Generated from:
messages.setChatAvailableReactions#864b2581 flags:# peer:InputPeer available_reactions:ChatReactions reactions_limit:flags.0?int paid_enabled:flags.1?Bool = UpdatesFields§
§peer: InputPeer§available_reactions: ChatReactions§reactions_limit: Option<i32>§paid_enabled: Option<bool>Trait Implementations§
Source§impl Clone for SetChatAvailableReactions
impl Clone for SetChatAvailableReactions
Source§fn clone(&self) -> SetChatAvailableReactions
fn clone(&self) -> SetChatAvailableReactions
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 SetChatAvailableReactions
impl Debug for SetChatAvailableReactions
Source§impl Identifiable for SetChatAvailableReactions
impl Identifiable for SetChatAvailableReactions
Source§const CONSTRUCTOR_ID: u32 = 0x864b2581
const CONSTRUCTOR_ID: u32 = 0x864b2581
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for SetChatAvailableReactions
Auto Trait Implementations§
impl Freeze for SetChatAvailableReactions
impl RefUnwindSafe for SetChatAvailableReactions
impl Send for SetChatAvailableReactions
impl Sync for SetChatAvailableReactions
impl Unpin for SetChatAvailableReactions
impl UnsafeUnpin for SetChatAvailableReactions
impl UnwindSafe for SetChatAvailableReactions
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