Skip to content

GramIO API Reference / @gramio/contexts/dist / ChatBoostUpdated

Class: ChatBoostUpdated

Defined in: contexts/index.d.ts:3808

This object represents a boost added to a chat or changed.

Extended by

Constructors

Constructor

new ChatBoostUpdated(payload): ChatBoostUpdated

Defined in: contexts/index.d.ts:3810

Parameters

ParameterType
payloadTelegramChatBoostUpdated

Returns

ChatBoostUpdated

Properties

PropertyTypeDefined in
payloadTelegramChatBoostUpdatedcontexts/index.d.ts:3809

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:3812

MDN

Returns

string


boost

Get Signature

get boost(): ChatBoost

Defined in: contexts/index.d.ts:3816

Information about the chat boost

Returns

ChatBoost


chat

Get Signature

get chat(): Chat

Defined in: contexts/index.d.ts:3814

Chat which was boosted

Returns

Chat