com.pengrad.telegrambot.response
Class SendChatActionResponse

java.lang.Object
  extended by com.pengrad.telegrambot.response.SendChatActionResponse

public class SendChatActionResponse
extends java.lang.Object

stas 8/11/15.


Field Summary
 boolean ok
           
 boolean result
           
 
Constructor Summary
SendChatActionResponse(boolean ok, boolean result)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ok

public final boolean ok

result

public final boolean result
Constructor Detail

SendChatActionResponse

public SendChatActionResponse(boolean ok,
                              boolean result)