Layer 220
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

ChatReactions

Gogram Example

// Creating ChatReactionsAll constructor
obj := &tg.ChatReactionsAll{

    // Optional fields:
    // AllowCustom: true,
}