Class BotRequest

java.lang.Object
uz.osoncode.telegrambothandler.core.model.BotRequest

public class BotRequest extends Object
Contextual request object that is passed through the filter chain and into handler methods. Aggregates all data relevant to processing a single incoming Telegram update, including the raw Update, the TelegramClient for sending responses, the resolved User and Chat, and any Throwable raised during processing.
Since:
0.0.1
Author:
Islom Mirsaburov
  • Constructor Details

    • BotRequest

      public BotRequest()