GramIO API Reference / gramio/dist / TelegramReactionCount
Interface: TelegramReactionCount
Defined in: @gramio/types/out/objects.d.ts:4446
Represents a reaction added to a message along with the number of times it was added.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
total_count | number | Number of times the reaction was added | @gramio/types/out/objects.d.ts:4454 |
type | TelegramReactionType | Type of the reaction | @gramio/types/out/objects.d.ts:4450 |