Layer 220
ChatReactionsSome
Some reactions are allowed
constructor
chatReactionsSome#661d4037 reactions:Vector<Reaction> = ChatReactions;
Parameters
| Name | Type | Description |
|---|---|---|
| Reactions | Vector<Reaction> | Allowed set of reactions: the reactions_in_chat_max configuration field indicates the maximum number of reactions that can be specified in this field. |
Returns
ChatReactionsGogram Example
// Creating ChatReactionsSome constructor obj := &tg.ChatReactionsSome{ Reactions: []tg.Reaction{&tg.Reaction{}}, }