Layer 220
ChatReactionsAll
All reactions or all non-custom reactions are allowed
constructor
chatReactionsAll#52928bca flags:# allow_custom:flags.0?true = ChatReactions;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| AllowCustom | flags.0?true | Whether to allow custom reactions |
Returns
ChatReactionsGogram Example
// Creating ChatReactionsAll constructor obj := &tg.ChatReactionsAll{ // Optional fields: // AllowCustom: true, }