zendesk-messaging-client
    Preparing search index...

    Type Alias ConversationRemoveEvent

    ConversationRemoveEvent: EventSubSchema & {
        payload?: { conversation?: ConversationTruncated };
    }

    conversation:remove

    Type declaration

    • Optionalpayload?: { conversation?: ConversationTruncated }

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