Interface

APISudoVerification

Sudo / MFA verification body used by sensitive DELETE/POST operations (guild delete, leave with delete_messages, group DM leave, etc.).

Properties

mfa_code?: string
mfa_method?: 'totp' | 'webauthn'
password?: string
webauthn_challenge?: string
webauthn_response?: Record<string, unknown>