matrix-js-sdk

    Interface IStateEvent

    interface IStateEvent {
        content: IContent;
        event_id: string;
        origin_server_ts: number;
        prev_content?: IContent;
        room_id?: string;
        sender: string;
        state_key: string;
        type: string;
        unsigned?: IUnsigned;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    content: IContent
    event_id: string
    origin_server_ts: number
    prev_content?: IContent
    room_id?: string
    sender: string
    state_key: string
    type: string
    unsigned?: IUnsigned
    MMNEPVFCICPMFPCPTTAAATR