matrix-appservice-bridge
    Preparing search index...

    Interface StateLookupEvent

    interface StateLookupEvent {
        content: unknown;
        event_id: string;
        room_id: string;
        state_key: string;
        type: string;
    }
    Index

    Properties

    content: unknown
    event_id: string
    room_id: string
    state_key: string
    type: string