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. PartialMessage<PartialChannel>? message,
  10. String identifier,
  11. Snowflake? channelId,
  12. Map<String, dynamic> data,
  13. Map<String, dynamic> params,
)

Implementation

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