Skip to content

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

Class: ChatBoostUpdated

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

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

Parameters

ParameterType
payloadTelegramChatBoostUpdated

Returns

ChatBoostUpdated

Properties

PropertyTypeDefined in
payloadTelegramChatBoostUpdatedcontexts/index.d.ts:3473

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


boost

Get Signature

get boost(): ChatBoost

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

Information about the chat boost

Returns

ChatBoost


chat

Get Signature

get chat(): Chat

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

Chat which was boosted

Returns

Chat