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

Properties

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

Generated using TypeDoc