solapi
    Preparing search index...

    RCS 사진문자 발송 시 필요한 오브젝트

    type AdditionalBody = {
        buttons?: ReadonlyArray<RcsButton>;
        description: string;
        imaggeId?: string;
        title: string;
    }
    Index

    Properties

    buttons?: ReadonlyArray<RcsButton>

    슬라이드에 추가되는 버튼 목록, 최대 2개

    description: string

    슬라이드 설명

    imaggeId?: string

    MMS 발송 시 사용되는 이미지의 고유 아이디. 이미지 타입이 MMS일 경우에만 사용 가능합니다.

    title: string

    슬라이드 제목