Index
All Classes and Interfaces|All Packages
A
- AbstractTelegramClient - Class in org.telegram.telegrambots.client
-
Abstract client implementation which delegates all synchronous methods to the async methods.
- AbstractTelegramClient() - Constructor for class AbstractTelegramClient
- accept(T) - Method in interface ThrowingConsumer
- addInputFile(String, InputFile, boolean) - Method in class TelegramMultipartBuilder
- addInputStickers(String, List<InputSticker>) - Method in class TelegramMultipartBuilder
- addJsonPart(String, Object) - Method in class TelegramMultipartBuilder
-
Add field to the builder if value is not null.
- addMedia(InputMedia) - Method in class TelegramMultipartBuilder
- addMedia(InputPaidMedia) - Method in class TelegramMultipartBuilder
- addPart(String, Object) - Method in class TelegramMultipartBuilder
-
Add field to the builder if value is not null.
- addPart(String, String) - Method in class TelegramMultipartBuilder
-
Add field to the builder if value is not null
B
- build() - Method in class TelegramMultipartBuilder
D
- downloadFile(File) - Method in class AbstractTelegramClient
- downloadFileAsStream(File) - Method in class AbstractTelegramClient
- downloadFileAsStreamAsync(File) - Method in class OkHttpTelegramClient
- downloadFileAsync(File) - Method in class OkHttpTelegramClient
E
- execute(Method) - Method in class AbstractTelegramClient
- execute(SetChatPhoto) - Method in class AbstractTelegramClient
- execute(SendAnimation) - Method in class AbstractTelegramClient
- execute(SendAudio) - Method in class AbstractTelegramClient
- execute(SendDocument) - Method in class AbstractTelegramClient
- execute(SendMediaGroup) - Method in class AbstractTelegramClient
- execute(SendPaidMedia) - Method in class AbstractTelegramClient
- execute(SendPhoto) - Method in class AbstractTelegramClient
- execute(SendSticker) - Method in class AbstractTelegramClient
- execute(SendVideo) - Method in class AbstractTelegramClient
- execute(SendVideoNote) - Method in class AbstractTelegramClient
- execute(SendVoice) - Method in class AbstractTelegramClient
- execute(AddStickerToSet) - Method in class AbstractTelegramClient
- execute(CreateNewStickerSet) - Method in class AbstractTelegramClient
- execute(ReplaceStickerInSet) - Method in class AbstractTelegramClient
- execute(SetStickerSetThumbnail) - Method in class AbstractTelegramClient
- execute(UploadStickerFile) - Method in class AbstractTelegramClient
- execute(SetWebhook) - Method in class AbstractTelegramClient
- execute(EditMessageMedia) - Method in class AbstractTelegramClient
- executeAsync(Method) - Method in class OkHttpTelegramClient
- executeAsync(SetChatPhoto) - Method in class OkHttpTelegramClient
- executeAsync(SendAnimation) - Method in class OkHttpTelegramClient
- executeAsync(SendAudio) - Method in class OkHttpTelegramClient
- executeAsync(SendDocument) - Method in class OkHttpTelegramClient
- executeAsync(SendMediaGroup) - Method in class OkHttpTelegramClient
- executeAsync(SendPaidMedia) - Method in class OkHttpTelegramClient
- executeAsync(SendPhoto) - Method in class OkHttpTelegramClient
- executeAsync(SendSticker) - Method in class OkHttpTelegramClient
- executeAsync(SendVideo) - Method in class OkHttpTelegramClient
- executeAsync(SendVideoNote) - Method in class OkHttpTelegramClient
- executeAsync(SendVoice) - Method in class OkHttpTelegramClient
- executeAsync(AddStickerToSet) - Method in class OkHttpTelegramClient
- executeAsync(CreateNewStickerSet) - Method in class OkHttpTelegramClient
- executeAsync(ReplaceStickerInSet) - Method in class OkHttpTelegramClient
- executeAsync(SetStickerSetThumbnail) - Method in class OkHttpTelegramClient
- executeAsync(UploadStickerFile) - Method in class OkHttpTelegramClient
- executeAsync(SetWebhook) - Method in class OkHttpTelegramClient
- executeAsync(EditMessageMedia) - Method in class OkHttpTelegramClient
I
- internalBuilder - Variable in class TelegramMultipartBuilder
O
- OkHttpTelegramClient - Class in org.telegram.telegrambots.client.okhttp
- OkHttpTelegramClient(ObjectMapper, OkHttpClient, String, TelegramUrl) - Constructor for class OkHttpTelegramClient
- OkHttpTelegramClient(String) - Constructor for class OkHttpTelegramClient
- OkHttpTelegramClient(String, TelegramUrl) - Constructor for class OkHttpTelegramClient
- OkHttpTelegramClient(OkHttpClient, String) - Constructor for class OkHttpTelegramClient
- OkHttpTelegramClient(OkHttpClient, String, TelegramUrl) - Constructor for class OkHttpTelegramClient
- org.telegram.telegrambots.client - package org.telegram.telegrambots.client
- org.telegram.telegrambots.client.okhttp - package org.telegram.telegrambots.client.okhttp
T
- TelegramMultipartBuilder - Class in org.telegram.telegrambots.client
- TelegramMultipartBuilder(ObjectMapper) - Constructor for class TelegramMultipartBuilder
- ThrowingConsumer<T,
E extends Exception> - Interface in org.telegram.telegrambots.client -
Special type of Consumer that may throw a checked exception defined by parameter E
All Classes and Interfaces|All Packages