AuditLogWebhookResponse constructor
const
AuditLogWebhookResponse({
- required String id,
- required WebhookType type,
- required String name,
- SnowflakeType? guildId,
- SnowflakeType? channelId,
- String? avatarHash,
Implementation
const AuditLogWebhookResponse({
required this.id,
required this.type,
required this.name,
this.guildId,
this.channelId,
this.avatarHash,
});