pub struct ChatAvailableReactionsAll {
pub max_reaction_count: i32,
}
Expand description
All reactions are available in the chat
Fields§
§max_reaction_count: i32
The maximum allowed number of reactions per message; 1-11
Trait Implementations§
Source§impl Clone for ChatAvailableReactionsAll
impl Clone for ChatAvailableReactionsAll
Source§fn clone(&self) -> ChatAvailableReactionsAll
fn clone(&self) -> ChatAvailableReactionsAll
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 ChatAvailableReactionsAll
impl Debug for ChatAvailableReactionsAll
Source§impl Default for ChatAvailableReactionsAll
impl Default for ChatAvailableReactionsAll
Source§fn default() -> ChatAvailableReactionsAll
fn default() -> ChatAvailableReactionsAll
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatAvailableReactionsAll
impl<'de> Deserialize<'de> for ChatAvailableReactionsAll
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ChatAvailableReactionsAll
Auto Trait Implementations§
impl Freeze for ChatAvailableReactionsAll
impl RefUnwindSafe for ChatAvailableReactionsAll
impl Send for ChatAvailableReactionsAll
impl Sync for ChatAvailableReactionsAll
impl Unpin for ChatAvailableReactionsAll
impl UnwindSafe for ChatAvailableReactionsAll
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