peyk.platforms.telegram.types.user_profile_audios¶
Classes
|
This object represents the audios displayed on a user's profile. |
- class peyk.platforms.telegram.types.user_profile_audios.UserProfileAudios(total_count: int = 0, audios: List[Audio] | None = None)[source]¶
Bases:
objectThis object represents the audios displayed on a user’s profile.
- Variables:
total_count (int) – Total number of profile audios for the target user
audios (List[peyk.platforms.telegram.types.audio.Audio] | None) – Requested profile audios
- total_count: int = 0¶
- classmethod from_dict(data: dict | None) UserProfileAudios | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.