UserProfileAudios¶
- class telegram.UserProfileAudios(total_count, audios, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObjectThis object represents the audios displayed on a user’s profile.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
total_countandaudiosare equal.Returned In
Added in version 22.7.
- Parameters:
total_count (
int) – Total number of profile audios for the target user.audios (Sequence[
telegram.Audio]) – Requested profile audios.
- audios[source]¶
Requested profile audios.
- Type:
tuple[
telegram.Audio]