Module TelegramApi.ChatAction

module ChatAction: sig .. end
Actions that can be sent as user statuses

type action = 
| Typing
| UploadPhoto
| RecordVideo
| UploadVideo
| RecordAudio
| UploadAudio
| UploadDocument
| FindLocation
Represents all recognized chat actions
val to_string : action -> string
Gets the string representation of the action, for use in JSON