Type Definitions
Object
# APIConfig
revolt-api configuration object. May be used for self-hosted revolt instances. @see https://github.com/insertish/oapi#example The last example for further information.
Properties:
Name | Type | Description |
---|---|---|
baseURL |
String
|
The base url of the api of your revolt instance |
Object
# Login
Login information required, when you want to use a user account and not a bot. Please note that an account with MFA will not work.
Properties:
Name | Type | Description |
---|---|---|
email |
String
|
The email of the account. |
password |
String
|
The password of the account. |
# UserData
Properties:
Name | Type | Description |
---|---|---|
user |
User
|
The Revoice user object associated with the user |
connection |
VoiceConnection
|
The voice connection that is connected to the user |