zendesk-messaging-client
    Preparing search index...

    Type Alias Conversation

    Conversation: ConversationTruncated & {
        businessLastRead?: string | null;
        createdAt?: string;
        description?: Description;
        displayName?: DisplayName;
        iconUrl?: Icon;
        isDefault?: boolean;
        lastUpdatedAt?: string | null;
    }

    Type declaration

    • OptionalbusinessLastRead?: string | null

      A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the moment the conversation was last marked as read with role business.

    • OptionalcreatedAt?: string

      A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the creation time of the conversation.

    • Optionaldescription?: Description
    • OptionaldisplayName?: DisplayName

      A friendly name for the conversation, may be displayed to the business or the user.

    • OptionaliconUrl?: Icon
    • OptionalisDefault?: boolean

      Whether the conversation is the default conversation for the user. Will be true for the first personal conversation created for the user, and false in all other cases.

    • OptionallastUpdatedAt?: string | null

      A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the moment the last message was received in the conversation, or the creation time if no messages have been received yet.