APIAuditLogChangeKeyDefaultThreadRateLimitPerUser

Returned when a thread's amount of seconds a user has to wait before creating another thread gets changed

Signature

export type APIAuditLogChangeKeyDefaultThreadRateLimitPerUser = AuditLogChangeData<'default_thread_rate_limit_per_user', number>;

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.