Safe Haskell | None |
---|---|
Language | Haskell2010 |
Calamity.Types.Model.Guild.AuditLog
Description
Audit Log models
Documentation
Constructors
AuditLog | |
Fields |
Instances
Show AuditLog Source # | |
Generic AuditLog Source # | |
FromJSON AuditLog Source # | |
TextShow AuditLog Source # | |
Defined in Calamity.Types.Model.Guild.AuditLog | |
type Rep AuditLog Source # | |
Defined in Calamity.Types.Model.Guild.AuditLog type Rep AuditLog = D1 ('MetaData "AuditLog" "Calamity.Types.Model.Guild.AuditLog" "calamity-0.3.0.0-inplace" 'False) (C1 ('MetaCons "AuditLog" 'PrefixI 'True) (S1 ('MetaSel ('Just "webhooks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap Webhook)) :*: (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap User)) :*: S1 ('MetaSel ('Just "auditLogEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap AuditLogEntry))))) |
data AuditLogEntry Source #
Constructors
AuditLogEntry | |
Fields
|
Instances
data AuditLogEntryInfo Source #
Constructors
AuditLogEntryInfo | |
Instances
data AuditLogChange Source #
Instances
data AuditLogAction Source #
Constructors