Search Results for

    Show / Hide Table of Contents

    Interface IMessageInteraction

    Represents a partial IDiscordInteraction within a message.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IMessageInteraction

    Properties

    | Improve this Doc View Source

    Id

    Gets the snowflake id of the interaction.

    Declaration
    ulong Id { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Name

    Gets the name of the application command used.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Type

    Gets the type of the interaction.

    Declaration
    InteractionType Type { get; }
    Property Value
    Type Description
    InteractionType
    | Improve this Doc View Source

    User

    Gets the IUser who invoked the interaction.

    Declaration
    IUser User { get; }
    Property Value
    Type Description
    IUser

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0