AuditLog
HTTP Rest API implementation for the following Resource:
Functions
Section titled “Functions”getGuildAuditLogAsync
Section titled “getGuildAuditLogAsync”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, } |
Returns
| FutureLike<string, GetGuildAuditLogResponse> |