StarTransactions

class telegram.StarTransactions(transactions, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

Contains a list of Telegram Star transactions.

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

Added in version 21.4.

Parameters:

transactions (Sequence[telegram.StarTransaction]) – The list of transactions.

transactions[source]

The list of transactions.

Type:

Tuple[telegram.StarTransaction]

classmethod de_json(data, bot=None)[source]

See telegram.TelegramObject.de_json().