TelegramClientTdlibOption class
TelegramClientUncompleDocumentation
Constructors
- TelegramClientTdlibOption.new({bool isAutoGetChat = false, int taskMaxCount = 10000, int taskMinCooldown = 10, TelegramClientLibraryTdlibOptionParameter? clientOption, Duration? invokeTimeOut, double timeOutUpdate = 1.0, Duration? delayInvoke, Duration? delayUpdate, TdlibOnGenerateExtraInvoke? onGenerateExtraInvoke, TdlibOnGetInvokeData? onGetInvokeData, EventEmitter? eventEmitter, TdlibOnReceiveUpdate? onReceiveUpdate, bool isInvokeThrowOnError = true})
-
TelegramClientUncompleDocumentation
const
Properties
- clientOption → TelegramClientLibraryTdlibOptionParameter?
-
TelegramClientUncompleDocumentation
final
- delayInvoke → Duration?
-
TelegramClientUncompleDocumentation
final
- delayUpdate → Duration?
-
TelegramClientUncompleDocumentation
final
- eventEmitter → EventEmitter?
-
TelegramClientUncompleDocumentation
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invokeTimeOut → Duration?
-
TelegramClientUncompleDocumentation
final
- isAutoGetChat → bool
-
TelegramClientUncompleDocumentation
final
- isInvokeThrowOnError → bool
-
TelegramClientUncompleDocumentation
final
- onGenerateExtraInvoke → TdlibOnGenerateExtraInvoke?
-
TelegramClientUncompleDocumentation
final
- onGetInvokeData → TdlibOnGetInvokeData?
-
TelegramClientUncompleDocumentation
final
- onReceiveUpdate → TdlibOnReceiveUpdate?
-
TelegramClientUncompleDocumentation
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskMaxCount → int
-
TelegramClientUncompleDocumentation
final
- taskMinCooldown → int
-
TelegramClientUncompleDocumentation
final
- timeOutUpdate → double
-
TelegramClientUncompleDocumentation
final
Methods
-
copyWith(
{TelegramClientLibraryTdlibOptionParameter? clientOption, Duration? invokeTimeOut, Duration? delayUpdate, double? timeOutUpdate, EventEmitter? eventEmitter, bool? isAutoGetChat, TdlibOnGetInvokeData? onGetInvokeData, TdlibOnReceiveUpdate? onReceiveUpdate, TdlibOnGenerateExtraInvoke? onGenerateExtraInvoke, bool? isInvokeThrowOnError, Duration? delayInvoke, int? taskMaxCount, int? taskMinCooldown}) → TelegramClientTdlibOption - 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