Search Results for

    Show / Hide Table of Contents

    Class DiscordCreateFollowupMessage

    Represents a discord Create Followup Message API request model. Docs: https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message

    Inheritance
    System.Object
    DiscordExecuteWebhook
    DiscordCreateFollowupMessage
    Implements
    System.IEquatable<DiscordExecuteWebhook>
    System.IEquatable<DiscordCreateFollowupMessage>
    Inherited Members
    DiscordExecuteWebhook.Content
    DiscordExecuteWebhook.Username
    DiscordExecuteWebhook.AvatarUrl
    DiscordExecuteWebhook.UseTts
    DiscordExecuteWebhook.Embeds
    DiscordExecuteWebhook.AllowedMentions
    DiscordExecuteWebhook.Components
    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.Application
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordCreateFollowupMessage : DiscordExecuteWebhook, IEquatable<DiscordExecuteWebhook>, IEquatable<DiscordCreateFollowupMessage>

    Properties

    | Improve this Doc View Source

    MessageFlags

    The flags of the message response.

    Declaration
    [JsonPropertyName("flags")]
    public DiscordMessageFlags? MessageFlags { get; set; }
    Property Value
    Type Description
    System.Nullable<DiscordMessageFlags>

    Implements

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