Search Results for

    Show / Hide Table of Contents

    Interface IDiscordMessageActivity

    Represents a discord Message Activity Structure API model. Docs: https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure

    Namespace: Color_Chan.Discord.Core.Common.Models.Message
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordMessageActivity

    Properties

    | Improve this Doc View Source

    PartyId

    Party_id from a Rich Presence event.

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

    Type

    Type of message activity.

    Declaration
    DiscordMessageActivityType Type { get; set; }
    Property Value
    Type Description
    DiscordMessageActivityType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX