UpdateTelegramClient class

update telegram data

Constructors

UpdateTelegramClient.new({required Map rawData, required Uri uri, required Map query, required Map client_option, required TelegramClientData telegramClientData, required TelegramClient tg})
TelegramClientUncompleDocumentation
const

Properties

client_option Map
TelegramClientUncompleDocumentation
final
hashCode int
The hash code for this object.
no setterinherited
query Map
TelegramClientUncompleDocumentation
final
rawData Map
TelegramClientUncompleDocumentation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegramClientData TelegramClientData
TelegramClientUncompleDocumentation
final
tg TelegramClient
TelegramClientUncompleDocumentation
final
update Future<Map?>
DOCS: https://core.telegram.org/bots/api#update
no setter
update_lite Future<Map?>
DOCS: https://core.telegram.org/bots/api#update
no setter
uri Uri
TelegramClientUncompleDocumentation
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tgClientData() Map
TelegramClientUncompleDocumentation
toString() String
A string representation of this object.
inherited
updateRaw({required bool is_lite, required UpdataOptionTelegramClient updataOptionTelegramClient}) Future<Map?>
DOCS: https://core.telegram.org/bots/api#update

Operators

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