Uses of Class
org.telegram.telegrambots.meta.api.methods.updates.SetWebhook
-
Packages that use SetWebhook Package Description org.telegram.telegrambots.meta org.telegram.telegrambots.meta.generics -
-
Uses of SetWebhook in org.telegram.telegrambots.meta
Methods in org.telegram.telegrambots.meta with parameters of type SetWebhook Modifier and Type Method Description voidTelegramBotsApi. registerBot(WebhookBot bot, SetWebhook setWebhook)Register a bot in the api that will receive updates using webhook method -
Uses of SetWebhook in org.telegram.telegrambots.meta.generics
Methods in org.telegram.telegrambots.meta.generics with parameters of type SetWebhook Modifier and Type Method Description voidWebhookBot. setWebhook(SetWebhook setWebhook)Execute setWebhook method to set up the url of the webhook
-