GuildAuditLogEntryResponseOptions constructor

const GuildAuditLogEntryResponseOptions({
  1. String? channelId,
  2. num? count,
  3. String? deleteMemberDays,
  4. String? id,
  5. num? integrationType,
  6. String? messageId,
  7. num? membersRemoved,
  8. String? roleName,
  9. num? type,
  10. String? inviterId,
  11. num? maxAge,
  12. num? maxUses,
  13. bool? temporary,
  14. num? uses,
})

Implementation

const GuildAuditLogEntryResponseOptions({
  this.channelId,
  this.count,
  this.deleteMemberDays,
  this.id,
  this.integrationType,
  this.messageId,
  this.membersRemoved,
  this.roleName,
  this.type,
  this.inviterId,
  this.maxAge,
  this.maxUses,
  this.temporary,
  this.uses,
});