ChannelCreateAuditLogAction constructor
ChannelCreateAuditLogAction({})
Implementation
ChannelCreateAuditLogAction(
{required Snowflake serverId,
required Snowflake userId,
required this.channel})
: super(AuditLogType.channelCreate, serverId, userId);