Interface UpdateUnconfirmedSession

The first unconfirmed session has changed. Subtype of Update.

interface UpdateUnconfirmedSession {
    @type: "updateUnconfirmedSession";
    session: UnconfirmedSession;
}

Properties

Properties

@type: "updateUnconfirmedSession"

The unconfirmed session; may be null if none.