package telegraml

  1. Overview
  2. Docs

Actions that can be sent as user statuses

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

Represents all recognized chat actions

val to_string : action -> string

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