Search Results for

    Show / Hide Table of Contents

    Class DiscordCreateDm

    Represents a discord Create DM parameter model. Docs: https://discord.com/developers/docs/resources/user#create-dm-json-params

    Inheritance
    System.Object
    DiscordCreateDm
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.Params.User
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordCreateDm

    Properties

    | Improve this Doc View Source

    RecipientId

    The recipient to open a DM channel with

    Declaration
    [JsonPropertyName("recipient_id")]
    public ulong RecipientId { get; set; }
    Property Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX