AuditLogFetchOptions

interface AuditLogFetchOptions

Filters and pagination for fetching guild audit-log entries.

exported from lib.weeble.d

Properties

Property

Type

Description

actionType?

AuditLogActionType

Only return entries with this action type.

after?

string

Return entries after this entry ID.

before?

string

Return entries before this entry ID.

limit?

number

Maximum number of entries to return.

userId?

string

Only return entries performed by this user.