Interface GuildAuditLogsFetchOptions<Event>
interface GuildAuditLogsFetchOptions<Event extends GuildAuditLogsResolvable> { after?: | string | GuildAuditLogsEntry< AuditLogEvent, "Update" | "Create" | "Delete" | "All", | "Guild" | "Channel" | "User" | "Role" | "Invite" | "Webhook" | "Emoji" | "Message" | "Integration" | "StageInstance" | "Sticker" | "GuildScheduledEvent" | "Thread" | "ApplicationCommand" | "SoundboardSound" | "AutoModeration" | "GuildOnboardingPrompt" | "GuildOnboarding" | "Unknown", >; before?: | string | GuildAuditLogsEntry< AuditLogEvent, "Update" | "Create" | "Delete" | "All", | "Guild" | "Channel" | "User" | "Role" | "Invite" | "Webhook" | "Emoji" | "Message" | "Integration" | "StageInstance" | "Sticker" | "GuildScheduledEvent" | "Thread" | "ApplicationCommand" | "SoundboardSound" | "AutoModeration" | "GuildOnboardingPrompt" | "GuildOnboarding" | "Unknown", >; limit?: number; type?: Event; user?: UserResolvable;} Properties
Optional
after
after?: | string | GuildAuditLogsEntry< AuditLogEvent, "Update" | "Create" | "Delete" | "All", | "Guild" | "Channel" | "User" | "Role" | "Invite" | "Webhook" | "Emoji" | "Message" | "Integration" | "StageInstance" | "Sticker" | "GuildScheduledEvent" | "Thread" | "ApplicationCommand" | "SoundboardSound" | "AutoModeration" | "GuildOnboardingPrompt" | "GuildOnboarding" | "Unknown", > Optional
before
before?: | string | GuildAuditLogsEntry< AuditLogEvent, "Update" | "Create" | "Delete" | "All", | "Guild" | "Channel" | "User" | "Role" | "Invite" | "Webhook" | "Emoji" | "Message" | "Integration" | "StageInstance" | "Sticker" | "GuildScheduledEvent" | "Thread" | "ApplicationCommand" | "SoundboardSound" | "AutoModeration" | "GuildOnboardingPrompt" | "GuildOnboarding" | "Unknown", > Optional
limit
limit?: number
Optional
type
Optional
user