package telegraml

  1. Overview
  2. Docs
Telegram Bot API for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/telegraml/TelegramApi/ChatAction/index.html

Module TelegramApi.ChatActionSource

Actions that can be sent as user statuses

Sourcetype action =
  1. | Typing
  2. | UploadPhoto
  3. | RecordVideo
  4. | UploadVideo
  5. | RecordAudio
  6. | UploadAudio
  7. | UploadDocument
  8. | FindLocation

Represents all recognized chat actions

Sourceval to_string : action -> string

Gets the string representation of the action, for use in JSON

OCaml

Innovation. Community. Security.