Layer 227
constructor
chatReactionsAll#52928bca flags:# allow_custom:flags.0?true = ChatReactions;

Parameters

Name Type Description
AllowCustom flags .0? true Whether to allow custom reactions

Returns

ChatReactions

Gogram Example

// Creating ChatReactionsAll constructor
obj := &tg.ChatReactionsAll{
    AllowCustom: nil,
}