getUserProfileAudios

suspend fun TelegramBot.getUserProfileAudios(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfileAudios
suspend fun TelegramBot.getUserProfileAudios(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfileAudios