zendesk-messaging-client
    Preparing search index...

    Type Alias Postback

    type Postback = {
        metadata?: Metadata;
        payload: string;
        text: string;
        type: string;
    }
    Index

    Properties

    metadata?: Metadata
    payload: string

    The payload of a postback or reply button.

    text: string

    The button text.

    type: string

    The type of action.