Interface ProxyMessageReadState

interface ProxyMessageReadState {
    id: number;
    type: ReadState;
    args: [string, utils.agent.ReadStateOptions];
}

Hierarchy (view full)

Properties

Properties

id: number
type: ReadState
args: [string, utils.agent.ReadStateOptions]