Skip to content

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

Class: ChatBoostUpdated

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

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:3367

Parameters

ParameterType
payloadTelegramChatBoostUpdated

Returns

ChatBoostUpdated

Properties

PropertyTypeDefined in
payloadTelegramChatBoostUpdatedcontexts/index.d.ts:3366

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


boost

Get Signature

get boost(): ChatBoost

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

Information about the chat boost

Returns

ChatBoost


chat

Get Signature

get chat(): Chat

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

Chat which was boosted

Returns

Chat