Search Results for

    Show / Hide Table of Contents

    Class EmbeddedActivityUpdateEventArgs

    Represents arguments for EmbeddedActivityUpdated event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    EmbeddedActivityUpdateEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class EmbeddedActivityUpdateEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel.

    Declaration
    public DiscordChannel Channel { get; }
    Property Value
    Type Description
    DiscordChannel
    | Improve this Doc View Source

    EmbeddedActivityAfter

    Gets the embedded activity.

    Declaration
    public DiscordActivity EmbeddedActivityAfter { get; }
    Property Value
    Type Description
    DiscordActivity
    | Improve this Doc View Source

    EmbeddedActivityBefore

    Gets the embedded activity.

    Declaration
    public DiscordActivity EmbeddedActivityBefore { get; }
    Property Value
    Type Description
    DiscordActivity
    | Improve this Doc View Source

    Guild

    Gets the guild.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    Users

    Gets the users in the activity.

    Declaration
    public IReadOnlyList<DiscordMember> Users { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordMember>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems