TelegramClientTelegramBotApiOption class

Constructors

TelegramClientTelegramBotApiOption({required String tokenBot, required Map clientOption, ServerUniverseNative? serverUniverseNative, String telegramCryptoKey = "aeatmlvodkm9ii37l2p0WGkaAAF3BWCh", Uri? telegramUrlWebhook, Client? httpClient})
const

Properties

clientOption Map
final
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUniverseNative → ServerUniverseNative?
final
telegramCryptoKey String
final
telegramUrlWebhook Uri?
final
tokenBot String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited