ApplicationCommandInteractionData constructor
ApplicationCommandInteractionData({
- required String id,
- required String name,
- List<
ApplicationCommandInteractionDataOption> ? options,
Implementation
ApplicationCommandInteractionData({
required this.id,
required this.name,
this.options,
});