interface
GuildAuditLogsEntryTargetField
export
interface
GuildAuditLogsEntryTargetField
<
TAction
extends
AuditLogEvent
>
Table of contents
Properties
ApplicationCommand
AutoModerationRule
Channel
Emoji
Guild
GuildOnboardingPrompt
GuildScheduledEvent
Integration
Invite
Message
Role
StageInstance
Sticker
Thread
User
Webhook
Type Parameters
TAction extends
AuditLogEvent
Properties
ApplicationCommand :
ApplicationCommand
| {
id
:
Snowflake
}
AutoModerationRule :
AutoModerationRule
Channel :
NonThreadGuildBasedChannel
| {
id
:
Snowflake
; [
x
:
string
]:
unknown
}
Emoji :
GuildEmoji
Guild :
Guild
GuildOnboardingPrompt :
GuildOnboardingPrompt
GuildScheduledEvent :
GuildScheduledEvent
Integration :
Integration
Invite :
Invite
Message :
TAction
extends
AuditLogEvent.MessageBulkDelete
?
Guild
| {
id
:
Snowflake
} :
User
Role :
Role
StageInstance :
StageInstance
Sticker :
Sticker
Thread :
AnyThreadChannel
| {
id
:
Snowflake
; [
x
:
string
]:
unknown
}
User :
User
|
null
Webhook :
Webhook
<
WebhookType.ChannelFollower
|
WebhookType.Incoming
>