| Modifier and Type | Method and Description |
|---|---|
static TelegramBot |
TelegramBot.login(String authToken) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Chat.sendMessage(SendableMessage message,
TelegramBot telegramBot) |
default Message |
Chat.sendMessage(String message,
TelegramBot telegramBot) |
| 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 |
|---|---|
default Message |
Message.forwardMessage(Chat chat,
TelegramBot telegramBot) |
| 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 |
|---|---|
Message |
ChannelChatImpl.sendMessage(SendableMessage message,
TelegramBot telegramBot) |
Message |
SuperGroupChatImpl.sendMessage(SendableMessage message,
TelegramBot telegramBot) |
Message |
GroupChatImpl.sendMessage(SendableMessage message,
TelegramBot telegramBot) |
Message |
IndividualChatImpl.sendMessage(SendableMessage message,
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) |
| Constructor and Description |
|---|
UpdateManager(TelegramBot telegramBot) |
| Modifier and Type | Method and Description |
|---|---|
UserProfilePhotos |
User.getProfilePhotos(TelegramBot telegramBot) |
Copyright © 2016. All rights reserved.