peyk.platforms.telegram.types.user_profile_audios

Classes

UserProfileAudios([total_count, audios])

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: object

This object represents the audios displayed on a user’s profile.

Variables:
total_count: int = 0
audios: List[Audio] | None = None
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.