API reference
Class PaginatedModalResponse
- Namespace
- DisCatSharp.Interactivity.Entities
- Assembly
- DisCatSharp.Interactivity.dll
A response from the paginated modal response
public class PaginatedModalResponse
- Inheritance
-
PaginatedModalResponse
- Inherited Members
Properties
- Interaction
The last interaction. This is automatically replied to with a ephemeral "thinking" state. Use EditOriginalResponseAsync to modify this.
- Responses
The responses. The key is the customid of each component.
- SelectResponses
The select menu responses. The key is the customid of each component.
- TimedOut
Whether the interaction timed out.