ChatBoostAdded

class telegram.ChatBoostAdded(boost_count, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

This object represents a service message about a user boosting a chat.

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

Added in version 21.0.

Parameters:

boost_count (int) – Number of boosts added by the user.

boost_count[source]

Number of boosts added by the user.

Type:

int