View Source ExTDLib.Object.AddedReactions (ExTDLib v0.0.4)
Represents a list of reactions added to a message.
| Name | Type | Description |
|---|---|---|
| total_count | number | The total number of found reactions. |
| reactions | addedReaction | The list of added reactions. |
| next_offset | string | The offset for the next request. If empty, then there are no more results. |
More details on telegram's documentation.