GuildCommandInteraction constructor

GuildCommandInteraction(
  1. Snowflake id,
  2. String? label,
  3. Snowflake applicationId,
  4. int version,
  5. int typeId,
  6. String token,
  7. Snowflake? userId,
  8. Snowflake? guildId,
  9. String identifier,
  10. Snowflake? channelId,
  11. Map<String, dynamic> data,
  12. Map<String, dynamic> params,
)

Implementation

GuildCommandInteraction(
  super.id,
  super.label,
  super.applicationId,
  super.version,
  super.typeId,
  super.token,
  super.userId,
  super.guildId,
  super.identifier,
  super.channelId,
  super.data,
  super.params
);