zendesk-messaging-client
    Preparing search index...

    Type Alias FileMessageWritable

    type FileMessageWritable = {
        altText?: string;
        attachmentId?: string;
        blockChatInput?: boolean;
        htmlText?: HtmlText;
        markdownText?: MarkdownText;
        mediaUrl: string;
        text?: string;
        type: string;
    }
    Index

    Properties

    altText?: string

    An optional description of the file 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.