Preview environment

interface GatewayGuildAuditLogEntryCreateDispatchData

export interface GatewayGuildAuditLogEntryCreateDispatchData extends APIAuditLogEntry

See also: https://discord.com/developers/docs/topics/gateway-events#guild-audit-log-entry-createundefined

guild_id : Snowflake

ID of the guild

ID of the entry

Inherited from: APIAuditLogEntry

optional
reason? : string

The reason for the change (0-512 characters)

Inherited from: APIAuditLogEntry

target_id : string | null

ID of the affected entity (webhook, user, role, etc.)

Inherited from: APIAuditLogEntry

user_id : Snowflake | null

The user who made the changesThis can be null in some cases (webhooks deleting themselves by using their own token, for example)

Inherited from: APIAuditLogEntry