Enum telexide_fork::model::ChatAction [−][src]
pub enum ChatAction {
Typing,
UploadPhoto,
RecordVideo,
UploadVideo,
RecordVoice,
UploadVoice,
UploadDocument,
FindLocation,
RecordVideoNote,
UploadVideoNote,
}Expand description
An action indicating to a user what they are about to receive
Variants
Typing
for a text message
UploadPhoto
for a photo
RecordVideo
for a video
UploadVideo
for a video
RecordVoice
for an audio file
UploadVoice
for an audio file
UploadDocument
for a general file
FindLocation
for a location
RecordVideoNote
for a video note
UploadVideoNote
for a video note
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChatAction
impl Send for ChatAction
impl Sync for ChatAction
impl Unpin for ChatAction
impl UnwindSafe for ChatAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more