Layer 224
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 MessagesReactionsObj constructor
obj := &tg.MessagesReactionsObj{
    Hash: int64(1234567890),
    Reactions: []tg.Reaction{&tg.Reaction{}},
}