Skip to content

AuditLog

HTTP Rest API implementation for the following Resource:

  • https://discord.com/developers/docs/resources/audit-log
AuditLog . getGuildAuditLogAsync ( instance guildId urlParams )  -> FutureLike<string, GetGuildAuditLogResponse>

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

Parameters

instance: Request
guildId: Snowflake
urlParams: {
userId: apiTypes.Snowflake?,
before: apiTypes.Snowflake?,
after: apiTypes.Snowflake?,
limit: number?,
actionType: ActionType,
}