Interface ProxyMessageReadStateResponse

interface ProxyMessageReadStateResponse {
    id: number;
    type: ReadStateResponse;
    response: utils.agent.ReadStateResponse;
}

Hierarchy (view full)

Properties

Properties

id: number