TelegramClientTelegramBotApiOption class

TelegramClientUncompleDocumentation

Constructors

TelegramClientTelegramBotApiOption.new({required String tokenBot, required Map clientOption, ServerUniverseNative? serverUniverseNative, Crypto? crypto, Uri? telegramUrlWebhook, Client? httpClient})
TelegramClientUncompleDocumentation
const

Properties

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

Methods

copyWith({String? tokenBot, Map? clientOption, ServerUniverseNative? serverUniverseNative, Crypto? crypto, Uri? telegramUrlWebhook, Client? httpClient}) TelegramClientTelegramBotApiOption
TelegramClientUncompleDocumentation
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