
    F˝i                    T    d dl mZ d dlmZmZ ddlmZ ddlmZ  G d dee         Z	y	)
    )annotations)TYPE_CHECKINGAny   )UserProfileAudios   )TelegramMethodc                       e Zd ZU dZeZdZded<   	 dZded<   	 dZ	ded<   	 e
rddd		 	 	 	 	 	 	 	 	 d fd
Z xZS  xZS )GetUserProfileAudiosz
    Use this method to get a list of profile audios for a user. Returns a :class:`aiogram.types.user_profile_audios.UserProfileAudios` object.

    Source: https://core.telegram.org/bots/api#getuserprofileaudios
    getUserProfileAudiosintuser_idN
int | Noneoffsetlimit)r   r   c               ,    t        |   d|||d| y )N)r   r   r    )super__init__)__pydantic__self__r   r   r   &_GetUserProfileAudios__pydantic_kwargs	__class__s        `/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/get_user_profile_audios.pyr   zGetUserProfileAudios.__init__   s     G^WV5^L]^    )
r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   r   r   __classcell__)r   s   @r   r   r   	   s     &M+NL.FJcE:j "& $	_ 	_ 		_
 	_ "%	_ 	_ 	_	 r   r   N)

__future__r   typingr   r   typesr   baser	   r   r   r   r   <module>r)      s%    " % %  !_>*;< !_r   