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