package telegraml

  1. Overview
  2. Docs

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.