All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pengrad.telegrambot.model.request.ChatAction.kt Maven / Gradle / Ivy

There is a newer version: 7.11.0
Show newest version
package com.pengrad.telegrambot.model.request

/**
 * stas
 * 10/21/15.
 */
@Suppress("EnumEntryName")
enum class ChatAction {
    typing,
    upload_photo,
    record_video,
    upload_video,
    record_voice,
    upload_voice,
    upload_document,
    choose_sticker,
    find_location,
    record_video_note,
    upload_video_note
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy