Constructor
new Audio(audio, isItAnID)
- Source:
Create an Audio object for the API
Parameters:
Name | Type | Default | Description |
---|---|---|---|
audio |
String | The audio file's link or id | |
isItAnID |
Boolean |
false
|
Whether audio is an id (true) or a link (false) |