peyk.platforms.telegram.methods.get_user_profile_audios

async peyk.platforms.telegram.methods.get_user_profile_audios(self, user_id: int, *, offset: int | None = None, limit: int | None = None) object

Use this method to get a list of profile audios for a user. Returns a UserProfileAudios object.

Parameters:
  • user_id – Unique identifier of the target user

  • offset – Sequential number of the first audio to be returned. By default, all audios are returned.

  • limit – Limits the number of audios to be retrieved. Values between 1-100 are accepted. Defaults to 100.