ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
UserProfileAudios
User
Profile
Audios
@
Serializable
data
class
UserProfileAudios
(
val
totalCount
:
Int
,
val
audios
:
List
<
AudioFile
>
)
Members
Constructors
User
Profile
Audios
Link copied to clipboard
constructor
(
totalCount
:
Int
,
audios
:
List
<
AudioFile
>
)
Properties
audios
Link copied to clipboard
@
SerialName
(
value
=
"audios"
)
val
audios
:
List
<
AudioFile
>
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"total_count"
)
val
totalCount
:
Int