DiscordOptionalAuditEntryInfo constructor

DiscordOptionalAuditEntryInfo({
  1. DiscordSnowflake? channelId,
  2. String? count,
  3. String? deleteMemberDays,
  4. DiscordSnowflake? id,
  5. String? membersRemoved,
  6. DiscordSnowflake? messageId,
  7. String? roleName,
  8. String? type,
})

Implementation

DiscordOptionalAuditEntryInfo({
  this.channelId,
  this.count,
  this.deleteMemberDays,
  this.id,
  this.membersRemoved,
  this.messageId,
  this.roleName,
  this.type,
});