Class AudioType.

see
package Default

 Properties

 

Duration of the audio in seconds as defined by sender.

$duration : integer

Default

 

Unique identifier for this file.

$fileId : string

Default

 

Optional. Original filename as defined by sender.

$fileName : string | null

Default

 

Optional. File size.

$fileSize : integer | null

Default

 

Unique identifier for this file, which is supposed to be the same over time and for different bots.

$fileUniqueId : string

Default

Can't be used to download or reuse the file.

 

Optional. MIME type of the file as defined by sender.

$mimeType : string | null

Default

 

Optional. Performer of the audio as defined by sender or by audio tags.

$performer : string | null

Default

 

Optional. Thumbnail of the album cover to which the music file belongs.

$thumb : \TgBotApi\BotApiBase\Type\PhotoSizeType | null

Default

 

Optional. Title of the audio as defined by sender or by audio tags.

$title : string | null

Default