GuildAuditLogEntryResponse constructor
const
GuildAuditLogEntryResponse({
- required String id,
- required AuditLogActionType actionType,
- SnowflakeType? userId,
- String? targetId,
- String? reason,
- GuildAuditLogEntryResponseOptions? options,
- List<
AuditLogChangeSchema> ? changes,
Implementation
const GuildAuditLogEntryResponse({
required this.id,
required this.actionType,
this.userId,
this.targetId,
this.reason,
this.options,
this.changes,
});