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

ChatReactions

Gogram Example

// Creating ChatReactionsSome constructor
obj := &tg.ChatReactionsSome{
    Reactions: []tg.Reaction{&tg.Reaction{}},
}