Class InternalInteractionResponse
An internal interaction response.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Commands.Models
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public class InternalInteractionResponse
Properties
| Improve this Doc View SourceAcknowledged
Whether or not the the interaction has been acknowledged.
Declaration
public bool Acknowledged { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Response
The response that will be returned to discord.
Declaration
public IDiscordInteractionResponse Response { get; set; }
Property Value
Type | Description |
---|---|
IDiscordInteractionResponse |
Methods
| Improve this Doc View SourcePingResponse()
Get a ping response.
Declaration
public static InternalInteractionResponse PingResponse()
Returns
Type | Description |
---|---|
InternalInteractionResponse | A InternalInteractionResponse containing a ping response. |