peyk.platforms.telegram.types.reaction_type_paid¶
Classes
|
The reaction is paid. |
- class peyk.platforms.telegram.types.reaction_type_paid.ReactionTypePaid(type: str = 'paid')[source]¶
Bases:
objectThe reaction is paid.
- Variables:
type (str) – Type of the reaction, always ‘paid’
- type: str = 'paid'¶
- classmethod from_dict(data: dict | None) ReactionTypePaid | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.