APIAuditLogChangeKeyVanityURLCode

Returned when a guild's vanity_url_code is changed

Signature

export type APIAuditLogChangeKeyVanityURLCode = AuditLogChangeData<'vanity_url_code', string>;

Private types

AuditLogChangeDataInterface
interface AuditLogChangeData<K extends string, D> {    key: K;    new_value?: D;    old_value?: D;}

Members

This export does not declare public properties or methods in the generated declaration file.