solapi
    Preparing search index...

    Variable bmsBotKeywordButtonSchemaConst

    bmsBotKeywordButtonSchema: Struct<
        {
            chatExtra: optional<typeof String$>;
            linkType: Literal<["BK"]>;
            name: typeof String$;
        },
    > = ...

    BMS 봇 키워드 버튼 스키마 (BK)

    • name: 버튼명 (필수)
    • chatExtra: 봇에 전달할 추가 정보 (선택)