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