ChatBoostUpdated

New in version 20.8.

class telegram.ChatBoostUpdated(chat, boost, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

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

Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their chat, and boost are equal.

New in version 20.8.

Parameters:
chat[source]

Chat which was boosted.

Type:

telegram.Chat

boost[source]

Information about the chat boost.

Type:

telegram.ChatBoost

classmethod de_json(data, bot)[source]

See telegram.TelegramObject.de_json().