Variable: chatSettingsSchema
ts
const chatSettingsSchema: ZodObject<{
allowSubscriberInFollowerMode: ZodBoolean;
chatAvailableCondition: ZodCustom<ChatAvailableCondition, ChatAvailableCondition>;
chatAvailableGroup: ZodCustom<ChatAvailableGroup, ChatAvailableGroup>;
chatEmojiMode: ZodBoolean;
chatSlowModeSec: ZodNumber;
minFollowerMinute: ZodNumber;
}, $loose>;Defined in: src/types/chat.ts:30
GET /open/v1/chats/settings 응답. 필드명·구성은 실측(2026-07-22)으로 확정 — 문서와 일치 (allowSubscriberInFollowerMode, chatSlowModeSec, chatEmojiMode 포함. 일부 기존 구현의 allowSubscriberFollowerMode 표기는 오타. api-notes #11, #12)