Class SpringWebhookBot
- java.lang.Object
-
- org.telegram.telegrambots.meta.bots.AbsSender
-
- org.telegram.telegrambots.bots.DefaultAbsSender
-
- org.telegram.telegrambots.bots.TelegramWebhookBot
-
- org.telegram.telegrambots.starter.SpringWebhookBot
-
- All Implemented Interfaces:
org.telegram.telegrambots.meta.generics.TelegramBot,org.telegram.telegrambots.meta.generics.WebhookBot
- Direct Known Subclasses:
SpringWebhookBot.TestSpringWebhookBot
public abstract class SpringWebhookBot extends TelegramWebhookBot
- Version:
- 1.0
- Author:
- Ruben Bermudez
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSpringWebhookBot.TestSpringWebhookBot
-
Field Summary
-
Fields inherited from class org.telegram.telegrambots.bots.DefaultAbsSender
exe
-
-
Constructor Summary
Constructors Constructor Description SpringWebhookBot(DefaultBotOptions options, org.telegram.telegrambots.meta.api.methods.updates.SetWebhook setWebhook)SpringWebhookBot(org.telegram.telegrambots.meta.api.methods.updates.SetWebhook setWebhook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.telegram.telegrambots.meta.api.methods.updates.SetWebhookgetSetWebhook()-
Methods inherited from class org.telegram.telegrambots.bots.TelegramWebhookBot
setWebhook
-
Methods inherited from class org.telegram.telegrambots.bots.DefaultAbsSender
downloadFile, downloadFile, downloadFile, downloadFile, downloadFileAsStream, downloadFileAsStream, downloadFileAsync, downloadFileAsync, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, executeAsync, getBaseUrl, getBotToken, getOptions, sendApiMethod, sendApiMethodAsync, sendApiMethodAsync
-
Methods inherited from class org.telegram.telegrambots.meta.bots.AbsSender
execute, executeAsync, executeAsync, getMe, getMeAsync, getMeAsync, getWebhookInfo, getWebhookInfoAsync, getWebhookInfoAsync
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
SpringWebhookBot
public SpringWebhookBot(org.telegram.telegrambots.meta.api.methods.updates.SetWebhook setWebhook)
-
SpringWebhookBot
public SpringWebhookBot(DefaultBotOptions options, org.telegram.telegrambots.meta.api.methods.updates.SetWebhook setWebhook)
-
-