Package com.pengrad.telegrambot.request
Class SendChatAction
- java.lang.Object
-
- com.pengrad.telegrambot.request.BaseRequest<SendChatAction,BaseResponse>
-
- com.pengrad.telegrambot.request.SendChatAction
-
public class SendChatAction extends BaseRequest<SendChatAction,BaseResponse>
stas 5/2/16.
-
-
Field Summary
-
Fields inherited from class com.pengrad.telegrambot.request.BaseRequest
thisAsT
-
-
Constructor Summary
Constructors Constructor Description SendChatAction(java.lang.Object chatId, ChatAction action)
SendChatAction(java.lang.Object chatId, java.lang.String action)
-
Method Summary
-
Methods inherited from class com.pengrad.telegrambot.request.BaseRequest
add, addAll, getContentType, getFileName, getMethod, getParameters, getResponseType, getTimeoutSeconds, isMultipart, toWebhookResponse
-
-
-
-
Constructor Detail
-
SendChatAction
public SendChatAction(java.lang.Object chatId, java.lang.String action)
-
SendChatAction
public SendChatAction(java.lang.Object chatId, ChatAction action)
-
-