ChatBoostUpdated¶
Added 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
, andboost
are equal.Available In
Added in version 20.8.
- Parameters:
chat (
telegram.Chat
) – Chat which was boosted.boost (
telegram.ChatBoost
) – Information about the chat boost.