Skip to main content

GetGuildAuditLog

Documentation


Documentation / @discordeno/types / GetGuildAuditLog

Interface: GetGuildAuditLog

Defined in: discordeno/auditLog.ts:7

https://docs.discord.com/developers/resources/audit-log#get-guild-audit-log-query-string-params

Properties

actionType?

optional actionType?: AuditLogEvents

Defined in: discordeno/auditLog.ts:11

Entries for a specific audit log event


after?

optional after?: BigString

Defined in: discordeno/auditLog.ts:15

Entries with ID greater than a specific audit log entry ID.


before?

optional before?: BigString

Defined in: discordeno/auditLog.ts:13

Entries with ID less than a specific audit log entry ID.


limit?

optional limit?: number

Defined in: discordeno/auditLog.ts:17

Maximum number of entries (between 1-100) to return, defaults to 50


userId?

optional userId?: BigString

Defined in: discordeno/auditLog.ts:9

Entries from a specific user ID