package telegraml

  1. Overview
  2. Docs
Telegram Bot API for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.0.tar.gz
sha256=b07ec61353d3a245f81c4c510a41b58b75c5ea17f0b1bf3df22b1c3601bd45c4
md5=2fdd7c68eec4b7b904d9c4e536395a70

doc/telegraml/TelegramApi/Audio/index.html

Module TelegramApi.AudioSource

Sourcetype audio = {
  1. file_id : string;
  2. duration : int;
  3. performer : string option;
  4. title : string option;
  5. mime_type : string option;
  6. file_size : int option;
}

Represents an audio message (mp3)

Sourceval create : file_id:string -> duration:int -> ?performer:string option -> ?title:string option -> ?mime_type:string option -> ?file_size:int option -> unit -> audio

Create an audio in a concise manner

Read an audio out of some JSON

Read an audio out of some JSON

Sourcemodule Out : sig ... end

This module is used to deal with outgoing audio messages

OCaml

Innovation. Community. Security.