Interface SetInactiveSessionTtl

Changes the period of inactivity after which sessions will automatically be terminated. Request type for Tdjson#setInactiveSessionTtl.

interface SetInactiveSessionTtl {
    @type: "setInactiveSessionTtl";
    inactive_session_ttl_days: number;
}

Properties

@type: "setInactiveSessionTtl"
inactive_session_ttl_days: number

New number of days of inactivity before sessions will be automatically terminated; 1-366 days.