DiscordModalSubmit¶
Inherits: DiscordRepliableInteraction < DiscordInteraction < DiscordEntity < Reference < Object
Description¶
An interaction event fired by a user after submitting a modal pop.
Properties¶
| type | name |
|---|---|
| DiscordModalSubmitData | data |
Methods¶
| return type | signature |
|---|---|
| MessageInteractiveComponent | get_component ( String custom_id ) |
Property Descriptions¶
-
Interaction data assossciated with the event.
Method Descriptions¶
-
MessageInteractiveComponent get_component ( String custom_id )
Gets a component from the modal data by
custom_id.