Layer 220
constructor
messages.reactions#eafdf716 hash:long reactions:Vector<Reaction> = messages.Reactions;

Parameters

Name Type Description
Hash long Hash used for caching, can also be locally regenerated using the algorithm specified here.
Reactions Vector<Reaction> Reactions

Gogram Example

// Creating MessagesReactions constructor
obj := &tg.MessagesReactions{
    Hash: int64(0),
    Reactions: []tg.Reaction{&tg.Reaction{}},
}