TelegramClientTelegramBotApiOption constructor

TelegramClientTelegramBotApiOption({
  1. required String tokenBot,
  2. required Map clientOption,
  3. ServerUniverseNative? serverUniverseNative,
  4. String telegramCryptoKey = "aeatmlvodkm9ii37l2p0WGkaAAF3BWCh",
  5. Uri? telegramUrlWebhook,
  6. Client? httpClient,
})

Implementation

TelegramClientTelegramBotApiOption({
  required this.tokenBot,
  required this.clientOption,
  this.serverUniverseNative,
  this.telegramCryptoKey = "aeatmlvodkm9ii37l2p0WGkaAAF3BWCh",
  this.telegramUrlWebhook,
  this.httpClient,
});