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