solapi
    Preparing search index...
    type kakaoOptionRequest = {
        adFlag?: boolean;
        buttons?: ReadonlyArray<KakaoButton>;
        disableSms?: boolean;
        imageId?: string;
        pfId: string;
        templateId?: string;
        variables?: Record<string, string>;
    }
    Index

    Properties

    adFlag?: boolean
    buttons?: ReadonlyArray<KakaoButton>
    disableSms?: boolean
    imageId?: string
    pfId: string
    templateId?: string
    variables?: Record<string, string>