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