Class VoiceServerUpdateEventArgs
Represents arguments for VoiceServerUpdated event.
Inheritance
System.Object
System.EventArgs
VoiceServerUpdateEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class VoiceServerUpdateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceEndpoint
Gets the new voice endpoint.
Declaration
public string Endpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
Guild
Gets the guild for which the update occurred.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |