Interface TerminateSession

Terminates a session of the current user. Request type for Tdjson#terminateSession.

interface TerminateSession {
    @type: "terminateSession";
    session_id: string;
}

Properties

Properties

@type: "terminateSession"
session_id: string

Session identifier.