Class EmbeddedActivityUpdateEventArgs
Represents arguments for EmbeddedActivityUpdated event.
Inheritance
System.Object
System.EventArgs
EmbeddedActivityUpdateEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class EmbeddedActivityUpdateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
EmbeddedActivityAfter
Gets the embedded activity.
Declaration
public DiscordActivity EmbeddedActivityAfter { get; }
Property Value
Type | Description |
---|---|
DiscordActivity |
EmbeddedActivityBefore
Gets the embedded activity.
Declaration
public DiscordActivity EmbeddedActivityBefore { get; }
Property Value
Type | Description |
---|---|
DiscordActivity |
Guild
Gets the guild.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Users
Gets the users in the activity.
Declaration
public IReadOnlyList<DiscordMember> Users { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordMember> |