- API ›
- Constructors ›
- ChatReactionsAll
ChatReactionsAll
---types--- chatReactionsAll#52928bca allow_custom:flags.0?true = ChatReactions
Belongs to
| ChatReactions |
In Rust this constructor is a variant of the enums::ChatReactions enum.
Match on it with: if let enums::ChatReactions::ChatReactionsAll(v) = result { ... }
Parameters
| allow_custom | true | optional |
Used by
| SetChatAvailableReactions |