VaConfig constructor

VaConfig({
  1. String? webHookAccessToken,
  2. String? webHookId,
  3. String? webHookRecipientId,
  4. String? webHooksenderId,
  5. String? animaAccessToken,
  6. String? animaRequestId,
  7. String? animaTemplate,
  8. String? animaVoice,
  9. String? animaLanguage,
  10. String? animaSenderId,
  11. Map<String, String>? downloadHeaders,
  12. String? profilingToken,
  13. String? profileAccessToken,
  14. String? profileBotId,
  15. bool? voiceOnly = false,
  16. bool? useSSE = true,
  17. RequestVideoType? requestVideoType = RequestVideoType.none,
  18. DownloadVideoMode? downloadVideoMode = DownloadVideoMode.video,
  19. bool? internalDownload = false,
})

Implementation

VaConfig({
  this.webHookAccessToken,
  this.webHookId,
  this.webHookRecipientId,
  this.webHooksenderId,
  this.animaAccessToken,
  this.animaRequestId,
  this.animaTemplate,
  this.animaVoice,
  this.animaLanguage,
  this.animaSenderId,
  this.downloadHeaders,
  this.profilingToken,
  this.profileAccessToken,
  this.profileBotId,
  this.voiceOnly = false,
  this.useSSE = true,
  this.requestVideoType = RequestVideoType.none,
  this.downloadVideoMode = DownloadVideoMode.video,
  this.internalDownload = false,
});