ChatAction

@Serializable
enum ChatAction : Enum<ChatAction>

Entries

Link copied to clipboard
@SerialName(value = "typing")
Typing
Link copied to clipboard
@SerialName(value = "upload_photo")
UploadPhoto
Link copied to clipboard
@SerialName(value = "record_video")
RecordVideo
Link copied to clipboard
@SerialName(value = "upload_video")
UploadVideo
Link copied to clipboard
@SerialName(value = "record_voice")
RecordVoice
Link copied to clipboard
@SerialName(value = "upload_voice")
UploadVoice
Link copied to clipboard
@SerialName(value = "upload_document")
UploadDocument
Link copied to clipboard
@SerialName(value = "choose_sticker")
ChooseSticker
Link copied to clipboard
@SerialName(value = "find_location")
FindLocation
Link copied to clipboard
@SerialName(value = "record_video_note")
RecordVideoNote
Link copied to clipboard
@SerialName(value = "upload_video_note")
UploadVideoNote

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.