module Out:sig
..end
type
voice = {
|
chat_id : |
|
voice : |
|
duration : |
|
reply_to_message_id : |
|
reply_markup : |
Create a `voice` in a concise manner
val create : chat_id:int ->
voice:string ->
?duration:int option -> ?reply_to:int option -> unit -> voice
val prepare : voice -> string
val prepare_multipart : voice -> string -> string Lwt.t