TelegramClientTdlibOption class

Constructors

TelegramClientTdlibOption({bool isAutoGetChat = false, int task_max_count = 10000, int task_min_cooldown = 10, TdlibOptionParameter? clientOption, bool is_cli = false, Duration? invokeTimeOut, double timeOutUpdate = 1.0, Duration? delayInvoke, Duration? delayUpdate, FutureOr<String> on_generate_extra_invoke(int, TdlibNative)?, FutureOr<Map> on_get_invoke_data(String, int, TdlibNative)?, EventEmitter? eventEmitter, FutureOr<void> on_receive_update(dynamic, TdlibNative)?, bool isInvokeThrowOnError = true})

Properties

clientOption TdlibOptionParameter?
getter/setter pair
delayInvoke Duration?
getter/setter pair
delayUpdate Duration?
getter/setter pair
eventEmitter ↔ EventEmitter?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invokeTimeOut Duration?
getter/setter pair
is_cli bool
getter/setter pair
isAutoGetChat bool
getter/setter pair
isInvokeThrowOnError bool
getter/setter pair
on_generate_extra_invoke ↔ (FutureOr<String> Function(int, TdlibNative)?)
getter/setter pair
on_get_invoke_data ↔ (FutureOr<Map> Function(String, int, TdlibNative)?)
getter/setter pair
on_receive_update ↔ (FutureOr<void> Function(dynamic, TdlibNative)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task_max_count int
getter/setter pair
task_min_cooldown int
getter/setter pair
timeOutUpdate double
getter/setter pair

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