com.pengrad.telegrambot
Class TelegramBotAdapter

java.lang.Object
  extended by com.pengrad.telegrambot.TelegramBotAdapter

public class TelegramBotAdapter
extends java.lang.Object

stas 8/4/15.


Field Summary
static java.lang.String API_URL
           
 
Constructor Summary
TelegramBotAdapter()
           
 
Method Summary
static TelegramBot build(java.lang.String botToken)
           
static TelegramBot buildDebug(java.lang.String botToken)
           
static retrofit.RestAdapter.Builder prepare(java.lang.String botToken)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

API_URL

public static final java.lang.String API_URL
See Also:
Constant Field Values
Constructor Detail

TelegramBotAdapter

public TelegramBotAdapter()
Method Detail

build

public static TelegramBot build(java.lang.String botToken)

buildDebug

public static TelegramBot buildDebug(java.lang.String botToken)

prepare

public static retrofit.RestAdapter.Builder prepare(java.lang.String botToken)