pub enum ChatActionKind {
Typing,
UploadPhoto,
RecordVideo,
UploadVideo,
RecordVoice,
UploadVoice,
UplaodDocument,
FindLocation,
RecordVideoNote,
UploadVideoNote,
}Expand description
Chat action type
Variants§
Typing
UploadPhoto
RecordVideo
UploadVideo
RecordVoice
UploadVoice
UplaodDocument
FindLocation
RecordVideoNote
UploadVideoNote
Trait Implementations§
Source§impl Clone for ChatActionKind
impl Clone for ChatActionKind
Source§fn clone(&self) -> ChatActionKind
fn clone(&self) -> ChatActionKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChatActionKind
impl RefUnwindSafe for ChatActionKind
impl Send for ChatActionKind
impl Sync for ChatActionKind
impl Unpin for ChatActionKind
impl UnwindSafe for ChatActionKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more