Interface RawAuditLogEntryOptions

interface RawAuditLogEntryOptions {
    application_id?: string;
    auto_moderation_rule_name?: string;
    auto_moderation_rule_trigger_type?: string;
    channel_id?: string;
    count?: number;
    delete_member_days?: number;
    id?: string;
    integration_type?: string;
    members_removed?: number;
    message_id?: string;
    role_name?: string;
    status?: string;
    type?: "0" | "1";
}

Properties

application_id?: string
auto_moderation_rule_name?: string
auto_moderation_rule_trigger_type?: string
channel_id?: string
count?: number
delete_member_days?: number
id?: string
integration_type?: string
members_removed?: number
message_id?: string
role_name?: string
status?: string
type?: "0" | "1"