ChatAction enum

This object represents a chat action.

Inheritance

Values

typing → const ChatAction

Typing

const ChatAction._('typing')
uploadPhoto → const ChatAction

Upload photo

const ChatAction._('upload_photo')
recordVideo → const ChatAction

Record video

const ChatAction._('record_video')
uploadVideo → const ChatAction

Upload video

const ChatAction._('upload_video')
recordVoice → const ChatAction

Record audio

const ChatAction._('record_voice')
uploadVoice → const ChatAction

Upload audio

const ChatAction._('upload_voice')
uploadDocument → const ChatAction

Upload document

const ChatAction._('upload_document')
chooseSticker → const ChatAction

Find location

const ChatAction._('choose_sticker')
findLocation → const ChatAction

Find location

const ChatAction._('find_location')
recordVideoNote → const ChatAction

Record video note

const ChatAction._('record_video_note')
uploadVideoNote → const ChatAction

Upload video note

const ChatAction._('upload_video_note')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value of this enum.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ChatAction>
A constant List of the values in this enum, in order of their declaration.