module Voice:sig
..end
type
voice = {
|
file_id : |
|
duration : |
|
mime_type : |
|
file_size : |
Create a `voice` in a concise manner
val create : file_id:string ->
duration:int ->
?mime_type:string option -> ?file_size:int option -> unit -> voice
val read : Yojson.Safe.json -> voice
module Out:sig
..end