calamity-0.1.26.0: A library for writing discord bots in haskell
Safe HaskellNone
LanguageHaskell2010

Calamity.HTTP.AuditLog

Description

Audit Log endpoints

Documentation

data AuditLogRequest a where Source #

Instances

Instances details
Request (AuditLogRequest a) Source # 
Instance details

Defined in Calamity.HTTP.AuditLog

Associated Types

type Result (AuditLogRequest a) Source #

type Result (AuditLogRequest a) Source # 
Instance details

Defined in Calamity.HTTP.AuditLog

type Result (AuditLogRequest a) = a

data GetAuditLogOptions Source #