Search Results for

    Show / Hide Table of Contents

    Class DiscordMessageActivityData

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

    Inheritance
    Object
    DiscordMessageActivityData
    Implements
    IEquatable<DiscordMessageActivityData>
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Message
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordMessageActivityData : IEquatable<DiscordMessageActivityData>

    Properties

    | Improve this Doc View Source

    PartyId

    Party_id from a Rich Presence event.

    Declaration
    [JsonPropertyName("party_id")]
    public string PartyId { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Type

    Type of message activity.

    Declaration
    [JsonPropertyName("type")]
    public DiscordMessageActivityType Type { get; set; }
    Property Value
    Type Description
    DiscordMessageActivityType

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX