com.pengrad.telegrambot.response
Class SetWebhookResponse

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

public class SetWebhookResponse
extends java.lang.Object

stas 8/11/15.


Field Summary
 java.lang.String description
           
 boolean ok
           
 boolean result
           
 
Constructor Summary
SetWebhookResponse(boolean ok, boolean result, java.lang.String description)
           
 
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

description

public final java.lang.String description
Constructor Detail

SetWebhookResponse

public SetWebhookResponse(boolean ok,
                          boolean result,
                          java.lang.String description)