Class DiscordCreateFollowupMessage
Represents a discord Create Followup Message API request model. Docs: https://discord.com/developers/docs/interactions/receiving-and-responding#create-followup-message
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.Application
Assembly: Color-Chan.Discord.Core.dll
Syntax
public class DiscordCreateFollowupMessage : DiscordExecuteWebhook, IEquatable<DiscordExecuteWebhook>, IEquatable<DiscordCreateFollowupMessage>
Properties
| Improve this Doc View SourceMessageFlags
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>