matrix-appservice-bridge
    Preparing search index...

    Interface TypingEvent

    interface TypingEvent {
        content: { user_ids: string[] };
        room_id: string;
        type: "m.typing";
    }
    Index

    Properties

    Properties

    content: { user_ids: string[] }
    room_id: string
    type: "m.typing"