Class RestVoiceRegion
Represents a REST-based voice region.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class RestVoiceRegion : RestEntity<string>, IEntity<string>, IVoiceRegion
Properties​
Name​
Gets the name of this voice region.
View Source​
Declaration
public string Name { get; }
IsVip​
Gets a value that indicates whether or not this voice region is exclusive to partnered servers.
View Source​
Declaration
public bool IsVip { get; }
IsOptimal​
Gets a value that indicates whether this voice region is optimal for your client in terms of latency.
View Source​
Declaration
public bool IsOptimal { get; }
IsDeprecated​
Gets a value that indicates whether this voice region is no longer being maintained.
View Source​
Declaration
public bool IsDeprecated { get; }
IsCustom​
Gets a value that indicates whether this voice region is custom-made for events.
View Source​
Declaration
public bool IsCustom { get; }
Methods​
ToString()​
View Source​
Declaration
public override string ToString()
Returns​
System.String