VaConfig class

Constructors

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

Properties

animaAccessToken String?
getter/setter pair
animaLanguage String?
getter/setter pair
animaRequestId String?
getter/setter pair
animaSenderId String?
getter/setter pair
animaTemplate String?
getter/setter pair
animaVoice String?
getter/setter pair
downloadHeaders Map<String, String>?
getter/setter pair
downloadVideoMode DownloadVideoMode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalDownload bool?
getter/setter pair
profileAccessToken String?
getter/setter pair
profileBotId String?
getter/setter pair
profilingToken String?
getter/setter pair
requestVideoType RequestVideoType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useSSE bool?
getter/setter pair
voiceOnly bool?
getter/setter pair
webHookAccessToken String?
getter/setter pair
webHookId String?
getter/setter pair
webHookRecipientId String?
getter/setter pair
webHooksenderId String?
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