IVoiceRegion class abstract

Constructors

IVoiceRegion()

Properties

custom bool
Whether this is a custom voice region (used for events/etc)
no setter
deprecated bool
Whether this is a deprecated voice region (avoid switching to these)
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
Unique id for region
no setter
name String
Name of the region
no setter
optimal bool
True for a single server that is closest to the current user's client
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vip bool
True if this is a vip-only server
no setter

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