User actions. Use this to provide users with detailed info about their chat partner's actions: typing or sending attachments of all kinds.
sendMessageTypingAction#16bf744e = SendMessageAction;
sendMessageCancelAction#fd5ec8f5 = SendMessageAction;
sendMessageRecordVideoAction#a187d66f = SendMessageAction;
sendMessageUploadVideoAction#92042ff7 = SendMessageAction;
sendMessageRecordAudioAction#d52f73f7 = SendMessageAction;
sendMessageUploadAudioAction#e6ac8a6f = SendMessageAction;
sendMessageUploadPhotoAction#990a3c1a = SendMessageAction;
sendMessageUploadDocumentAction#8faee98e = SendMessageAction;
sendMessageGeoLocationAction#176f8ba1 = SendMessageAction;
sendMessageChooseContactAction#628cbc6f = SendMessageAction;
| Constructor | Description |
|---|---|
| sendMessageTypingAction | User is typing. |
| sendMessageCancelAction | Invalidate all previous action updates. E.g. when user deletes entered text or aborts a video upload. |
| sendMessageRecordVideoAction | User is recording a video. |
| sendMessageUploadVideoAction | User is uploading a video. |
| sendMessageRecordAudioAction | User is recording a voice message. |
| sendMessageUploadAudioAction | User is uploading a voice message. |
| sendMessageUploadPhotoAction | User is uploading a photo. |
| sendMessageUploadDocumentAction | User is uploading a file. |
| sendMessageGeoLocationAction | User is selecting a location to share. |
| sendMessageChooseContactAction | User is selecting a contact to share. |
| sendMessageRecordRoundAction | User is recording a round video to share |
| sendMessageUploadRoundAction | User is uploading a round video |
| sendMessageGamePlayAction | User is playing a game |
| speakingInGroupCallAction | User is currently speaking in the group call |
| sendMessageHistoryImportAction | Chat history is being imported |
| sendMessageChooseStickerAction | User is choosing a sticker |
| sendMessageEmojiInteraction | User has clicked on an animated emoji triggering a reaction, click here for more info ». |
| sendMessageEmojiInteractionSeen | User is watching an animated emoji reaction triggered by another user, click here for more info ». |