Layer 220
MessagesReactions
List of message reactions
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 |
Returns
messages.ReactionsGogram Example
// Creating MessagesReactions constructor obj := &tg.MessagesReactions{ Hash: int64(0), Reactions: []tg.Reaction{&tg.Reaction{}}, }