Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface RichMessageButton

    리치 메시지 버튼

    interface RichMessageButton {
        name: string;
        buttonType: RichButtonType;
        link?: string;
        hint?: string;
    }
    Index

    Properties

    name: string

    버튼 이름

    buttonType: RichButtonType

    버튼 타입

    link?: string

    URL (DEEP_LINK, OPEN_URL 타입 시)

    hint?: string

    힌트 메시지 (REPLY 타입 시)