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

NameTypeDescription
durations32
file-idstring
file-nameoption​<string>
file-sizeoption​<s32>
file-unique-idstring
mime-typeoption​<string>
performeroption​<string>
thumboption​<photo-size>
titleoption​<string>