GramIO API Reference / @gramio/contexts/dist / UserProfileAudios
Class: UserProfileAudios
Defined in: contexts/index.d.ts:4691
This object represents the audios displayed on a user's profile.
Constructors
Constructor
new UserProfileAudios(
payload):UserProfileAudios
Defined in: contexts/index.d.ts:4693
Parameters
| Parameter | Type |
|---|---|
payload | TelegramUserProfileAudios |
Returns
UserProfileAudios
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramUserProfileAudios | contexts/index.d.ts:4692 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:4695
Returns
string
audios
Get Signature
get audios():
AudioAttachment[]
Defined in: contexts/index.d.ts:4703
Requested profile audios
Returns
totalCount
Get Signature
get totalCount():
number
Defined in: contexts/index.d.ts:4699
Total number of profile audios for the target user
Returns
number