VoiceRegion
class VoiceRegion extends ClientBase (View source)
Represents a voice region.
Properties
Client | $client | The client which initiated the instance. | from ClientBase |
static Client|null | $serializeClient | The client which will be used to unserialize. | from ClientBase |
string | $id | The ID of the region. | |
string | $name | The name of the region. | |
bool | $vip | Whether this is a VIP voice region. | |
bool | $optimal | Whether this is an optimal voice region for the client user. | |
bool | $deprecated | Whether this voice region is deprecated and therefore should be avoided. | |
bool | $custom | Whether the region is custom. |
Methods
mixed
__get(string $name)
No description