AuditLogWebhookResponse constructor

const AuditLogWebhookResponse({
  1. required String id,
  2. required WebhookType type,
  3. required String name,
  4. SnowflakeType? guildId,
  5. SnowflakeType? channelId,
  6. String? avatarHash,
})

Implementation

const AuditLogWebhookResponse({
  required this.id,
  required this.type,
  required this.name,
  this.guildId,
  this.channelId,
  this.avatarHash,
});