Datalynk Client
    Preparing search index...

    Interface ChatRealtimeEvent

    interface ChatRealtimeEvent {
        data: any;
        spoke: string;
        type:
            | "chat.message"
            | "chat.read"
            | "chat.typing"
            | "chat.presence"
            | "chat.conversation.updated"
            | "chat.subscribed";
    }
    Index

    Properties

    Properties

    data: any
    spoke: string
    type:
        | "chat.message"
        | "chat.read"
        | "chat.typing"
        | "chat.presence"
        | "chat.conversation.updated"
        | "chat.subscribed"