TelegramClientTdlibOption constructor

const TelegramClientTdlibOption({
  1. bool isAutoGetChat = false,
  2. int taskMaxCount = 10000,
  3. int taskMinCooldown = 10,
  4. TelegramClientLibraryTdlibOptionParameter? clientOption,
  5. Duration? invokeTimeOut,
  6. double timeOutUpdate = 1.0,
  7. Duration? delayInvoke,
  8. Duration? delayUpdate,
  9. TdlibOnGenerateExtraInvoke? onGenerateExtraInvoke,
  10. TdlibOnGetInvokeData? onGetInvokeData,
  11. EventEmitter? eventEmitter,
  12. TdlibOnReceiveUpdate? onReceiveUpdate,
  13. bool isInvokeThrowOnError = true,
})

TelegramClientUncompleDocumentation

Implementation

const TelegramClientTdlibOption({
  this.isAutoGetChat = false,
  this.taskMaxCount = 10000,
  this.taskMinCooldown = 10,
  this.clientOption,
  this.invokeTimeOut,
  this.timeOutUpdate = 1.0,
  this.delayInvoke,
  this.delayUpdate,
  this.onGenerateExtraInvoke,
  this.onGetInvokeData,
  this.eventEmitter,
  this.onReceiveUpdate,
  this.isInvokeThrowOnError = true,
});