Enum rtdlib::types::ChatAction[][src]

pub enum ChatAction {
Show 13 variants Cancel(ChatActionCancel), ChoosingContact(ChatActionChoosingContact), ChoosingLocation(ChatActionChoosingLocation), RecordingVideo(ChatActionRecordingVideo), RecordingVideoNote(ChatActionRecordingVideoNote), RecordingVoiceNote(ChatActionRecordingVoiceNote), StartPlayingGame(ChatActionStartPlayingGame), Typing(ChatActionTyping), UploadingDocument(ChatActionUploadingDocument), UploadingPhoto(ChatActionUploadingPhoto), UploadingVideo(ChatActionUploadingVideo), UploadingVideoNote(ChatActionUploadingVideoNote), UploadingVoiceNote(ChatActionUploadingVoiceNote), // some variants omitted
}
Expand description

Describes the different types of activity in a chat

Variants

Cancel

The user has cancelled the previous action

Tuple Fields of Cancel

0: ChatActionCancel
ChoosingContact

The user is picking a contact to send

Tuple Fields of ChoosingContact

0: ChatActionChoosingContact
ChoosingLocation

The user is picking a location or venue to send

Tuple Fields of ChoosingLocation

0: ChatActionChoosingLocation
RecordingVideo

The user is recording a video

Tuple Fields of RecordingVideo

0: ChatActionRecordingVideo
RecordingVideoNote

The user is recording a video note

Tuple Fields of RecordingVideoNote

0: ChatActionRecordingVideoNote
RecordingVoiceNote

The user is recording a voice note

Tuple Fields of RecordingVoiceNote

0: ChatActionRecordingVoiceNote
StartPlayingGame

The user has started to play a game

Tuple Fields of StartPlayingGame

0: ChatActionStartPlayingGame
Typing

The user is typing a message

Tuple Fields of Typing

0: ChatActionTyping
UploadingDocument

The user is uploading a document

Tuple Fields of UploadingDocument

0: ChatActionUploadingDocument
UploadingPhoto

The user is uploading a photo

Tuple Fields of UploadingPhoto

0: ChatActionUploadingPhoto
UploadingVideo

The user is uploading a video

Tuple Fields of UploadingVideo

0: ChatActionUploadingVideo
UploadingVideoNote

The user is uploading a video note

Tuple Fields of UploadingVideoNote

0: ChatActionUploadingVideoNote
UploadingVoiceNote

The user is uploading a voice note

Tuple Fields of UploadingVoiceNote

0: ChatActionUploadingVoiceNote

Implementations

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Return td type to json string

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.