zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationReadEventReadable

    ConversationReadEventReadable: EventSubSchema & {
        payload?: {
            activity?: ActivityReadable & { type?: string };
            conversation?: ConversationTruncated;
        };
    }

    conversation:read

    Type declaration

    • Optionalpayload?: {
          activity?: ActivityReadable & { type?: string };
          conversation?: ConversationTruncated;
      }

      The payload of the event. The contents of this object depend on the type of event.