GramIO API Reference / @gramio/contexts/dist / ChatBoostAdded
Class: ChatBoostAdded
Defined in: contexts/index.d.ts:1685
This object represents a service message about a user boosting a chat.
Constructors
Constructor
new ChatBoostAdded(
payload):ChatBoostAdded
Defined in: contexts/index.d.ts:1687
Parameters
| Parameter | Type |
|---|---|
payload | TelegramChatBoostAdded |
Returns
ChatBoostAdded
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramChatBoostAdded | contexts/index.d.ts:1686 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:1689
Returns
string
boostCount
Get Signature
get boostCount():
number
Defined in: contexts/index.d.ts:1691
Number of boosts added by the user
Returns
number