zendesk-messaging-client
    Preparing search index...

    Type Alias ImageMessageWritable

    type ImageMessageWritable = {
        actions?: Action[];
        altText?: string;
        attachmentId?: string;
        blockChatInput?: boolean;
        htmlText?: HtmlText;
        markdownText?: MarkdownText;
        mediaUrl: string;
        text?: string;
        type: string;
    }
    Index

    Properties

    actions?: Action[]

    Array of message actions.

    altText?: string

    An optional description of the image for accessibility purposes. The field will be saved by default with the file name as the value.

    attachmentId?: string

    An identifier used by Sunshine Conversations for internal purposes.

    blockChatInput?: boolean

    When set to true, the chat input will be disabled on supported client implementations when the message is the most recent one in the history. Can be used for guided flows or to temporarily disable the user's ability to send messages in the conversation.

    htmlText?: HtmlText
    markdownText?: MarkdownText
    mediaUrl: string

    The URL for media, such as an image, attached to the message.

    text?: string

    The text content of the message.

    type: string

    The type of message.