zendesk-messaging-client
    Preparing search index...

    Type Alias ActivityTypes

    type ActivityTypes = {
        type?: "conversation:read" | "typing:start" | "typing:stop";
    }
    Index

    Properties

    Properties

    type?: "conversation:read" | "typing:start" | "typing:stop"

    If the author type is user, only conversation:read is supported.