UserProfileAudios

class aiogram.types.user_profile_audios.UserProfileAudios(*, total_count: int, audios: list[Audio], **extra_data: Any)[source]

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

Source: https://core.telegram.org/bots/api#userprofileaudios

total_count: int

Total number of profile audios for the target user

audios: list[Audio]

Requested profile audios