UpdateTelegramClient class
update telegram data
Constructors
- UpdateTelegramClient({required Map rawData, required Uri uri, required Map query, required Map client_option, required TelegramClientData telegramClientData, required TelegramClient tg})
-
const
Properties
- client_option → Map
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- query → Map
-
final
- rawData → Map
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- telegramClientData → TelegramClientData
-
final
- tg → TelegramClient
-
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
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tgClientData(
) → Map -
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