TelegramClientTdlibOption class
Constructors
-
TelegramClientTdlibOption({bool isAutoGetChat = false, int task_max_count = 10000, int task_min_cooldown = 10, TelegramClientLibraryTdlibOptionParameter? clientOption, bool is_cli = false, Duration? invokeTimeOut, double timeOutUpdate = 1.0, Duration? delayInvoke, Duration? delayUpdate, FutureOr<
String> on_generate_extra_invoke(int, TdlibBase)?, FutureOr<Map> on_get_invoke_data(String, int, TdlibBase td)?, EventEmitter? eventEmitter, FutureOr<void> on_receive_update(dynamic, TdlibBase)?, bool isInvokeThrowOnError = true}) -
const
Properties
- clientOption → TelegramClientLibraryTdlibOptionParameter?
-
final
- delayInvoke → Duration?
-
final
- delayUpdate → Duration?
-
final
- eventEmitter → EventEmitter?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invokeTimeOut → Duration?
-
final
- is_cli → bool
-
final
- isAutoGetChat → bool
-
final
- isInvokeThrowOnError → bool
-
final
-
on_generate_extra_invoke
→ FutureOr<
String> Function(int, TdlibBase)? -
final
-
on_get_invoke_data
→ FutureOr<
Map> Function(String, int, TdlibBase td)? -
final
-
on_receive_update
→ FutureOr<
void> Function(dynamic, TdlibBase)? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- task_max_count → int
-
final
- task_min_cooldown → int
-
final
- timeOutUpdate → double
-
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