Class RestVoiceRegion
Represents a REST-based voice region.
Inheritance
RestVoiceRegion
Assembly: Discord.Net.Rest.dll
Syntax
public class RestVoiceRegion : RestEntity<string>, IEntity<string>, IVoiceRegion
Properties
|
Improve this Doc
View Source
IsCustom
Declaration
public bool IsCustom { get; }
Property Value
|
Improve this Doc
View Source
IsDeprecated
Declaration
public bool IsDeprecated { get; }
Property Value
|
Improve this Doc
View Source
IsOptimal
Declaration
public bool IsOptimal { get; }
Property Value
|
Improve this Doc
View Source
IsVip
Declaration
public bool IsVip { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Implements