public class SendChatAction extends java.lang.Object implements TelegramMethod<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
SendChatAction() |
| Modifier and Type | Method and Description |
|---|---|
SendChatAction |
action(java.lang.String action) |
SendChatAction |
chat(Chat chat) |
SendChatAction |
chat(java.lang.Long chatId) |
SendChatAction |
chat(java.lang.String chatUsername) |
SendChatAction |
findLocation() |
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<java.lang.Boolean> |
getReturnType()
Returns the return type of the method.
|
SendChatAction |
recordAudio() |
SendChatAction |
recordVideo() |
SendChatAction |
recordVideoNote() |
SendChatAction |
typing() |
SendChatAction |
uploadAudio() |
SendChatAction |
uploadDocument() |
SendChatAction |
uploadPhoto() |
SendChatAction |
uploadVideo() |
SendChatAction |
uploadVideoNote() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public SendChatAction chat(java.lang.String chatUsername)
public SendChatAction chat(java.lang.Long chatId)
public SendChatAction chat(Chat chat)
public SendChatAction action(java.lang.String action)
public SendChatAction typing()
public SendChatAction uploadPhoto()
public SendChatAction recordVideo()
public SendChatAction uploadVideo()
public SendChatAction recordAudio()
public SendChatAction uploadAudio()
public SendChatAction uploadDocument()
public SendChatAction findLocation()
public SendChatAction recordVideoNote()
public SendChatAction uploadVideoNote()
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<java.lang.Boolean>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<java.lang.Boolean>public java.lang.Class<java.lang.Boolean> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<java.lang.Boolean>