| Modifier and Type | Method and Description |
|---|---|
static TelegramBot |
TelegramBot.login(String authToken) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
CallbackQuery.getBotInstance() |
TelegramBot |
Chat.getBotInstance() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
InlineQuery.answer(TelegramBot telegramBot,
InlineQueryResponse response) |
default boolean |
InlineQuery.answer(TelegramBot telegramBot,
InlineQueryResult... results) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
Message.getBotInstance() |
| Modifier and Type | Method and Description |
|---|---|
default File |
File.downloadFile(TelegramBot telegramBot,
File downloadLocation) |
default String |
File.getFileDownloadLink(TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
static Conversation.ConversationBuilder |
Conversation.builder(TelegramBot bot) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
ChannelChatImpl.getBotInstance() |
TelegramBot |
SuperGroupChatImpl.getBotInstance() |
TelegramBot |
GroupChatImpl.getBotInstance() |
TelegramBot |
CallbackQueryImpl.getBotInstance() |
TelegramBot |
IndividualChatImpl.getBotInstance() |
| Modifier and Type | Method and Description |
|---|---|
static CallbackQuery |
CallbackQueryImpl.createCallbackQuery(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static ChannelChat |
ChannelChatImpl.createChannelChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static ChannelChat |
ChannelChatImpl.createChannelChat(String username,
TelegramBot telegramBot) |
static Chat |
ChatImpl.createChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static GroupChat |
GroupChatImpl.createGroupChat(int chatID,
TelegramBot telegramBot) |
static GroupChat |
GroupChatImpl.createGroupChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static Chat |
IndividualChatImpl.createIndividualChat(int chatID,
TelegramBot telegramBot) |
static IndividualChat |
IndividualChatImpl.createIndividualChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static SuperGroupChat |
SuperGroupChatImpl.createSuperGroupChat(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static SuperGroupChat |
SuperGroupChatImpl.createSuperGroupChat(long chatID,
TelegramBot telegramBot) |
| Constructor and Description |
|---|
CallbackQueryImpl(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
static InlineCallbackQuery |
InlineCallbackQueryImpl.createInlineCallbackQuery(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
MessageImpl.getBotInstance() |
| Modifier and Type | Method and Description |
|---|---|
static Message |
MessageImpl.createMessage(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static MessageCallbackQuery |
MessageCallbackQueryImpl.createMessageCallbackQuery(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
static Content |
ContentImpl.createContent(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
static PinnedMessageContent |
PinnedMessageContentImpl.createPinnedMessageContent(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
UpdateImpl.getBotInstance() |
| Modifier and Type | Method and Description |
|---|---|
static Update |
UpdateImpl.createUpdate(org.json.JSONObject jsonObject,
TelegramBot telegramBot) |
| Constructor and Description |
|---|
RequestUpdatesManager(TelegramBot telegramBot,
boolean getPreviousUpdates) |
| Modifier and Type | Method and Description |
|---|---|
static UserProfilePhotos |
UserProfilePhotosImpl.createUserProfilePhotos(long user_id,
TelegramBot telegramBot) |
UserProfilePhotos |
UserImpl.getProfilePhotos(TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
TelegramBot |
UpdateManager.getBotInstance() |
TelegramBot |
Update.getBotInstance() |
| Constructor and Description |
|---|
UpdateManager(TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
UserProfilePhotos |
User.getProfilePhotos(TelegramBot telegramBot) |
Copyright © 2016. All rights reserved.