Class AbilityWebhookBot

Object
BaseAbilityBot
AbilityWebhookBot
All Implemented Interfaces:
AbilityExtension, LongPollingUpdateConsumer, LongPollingSingleThreadUpdateConsumer, TelegramWebhookBot

public abstract class AbilityWebhookBot extends BaseAbilityBot implements TelegramWebhookBot
A TelegramWebhookBot-flavor AbilityBot.
Author:
Abbas Abou Daya
  • Constructor Details

    • AbilityWebhookBot

      protected AbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, DBContext db, AbilityToggle toggle)
    • AbilityWebhookBot

      protected AbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, AbilityToggle toggle)
    • AbilityWebhookBot

      protected AbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, DBContext db)
    • AbilityWebhookBot

      protected AbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath)
  • Method Details