Interface ConfirmSession

Confirms an unconfirmed session of the current user from another device. Request type for Tdjson#confirmSession.

interface ConfirmSession {
    @type: "confirmSession";
    session_id: string;
}

Properties

Properties

@type: "confirmSession"
session_id: string

Session identifier.