Enum ChatAction
Type of a chat action to be shown in the status bar below the bot's name
Namespace: TelegramBotApi.Enums
Assembly: TelegramBotApi.dll
Syntax
public enum ChatAction
Fields
Name | Description |
---|---|
FindLocation | Finding a location |
RecordAudio | Recording a voice note |
RecordVideo | Recording a video |
RecordVideoNote | Recording a video note |
Typing | Sending a text message |
UploadAudio | Uploading a voice note |
UploadDocument | Uploading a document |
UploadPhoto | Uploading a photo |
UploadVideo | Uploading a video |
UploadVideoNote | Uploading a video note |