Record
audio
No description available.
record audio {
duration: s32,
file-id: string,
file-name: option<string>,
file-size: option<s32>,
file-unique-id: string,
mime-type: option<string>,
performer: option<string>,
thumb: option<photo-size>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| duration | s32 | |
| file-id | string | |
| file-name | option<string> | |
| file-size | option<s32> | |
| file-unique-id | string | |
| mime-type | option<string> | |
| performer | option<string> | |
| thumb | option<photo-size> | |
| title | option<string> |