ActiveSessions¶
- class pyrogram.types.ActiveSessions¶
 Contains a list of sessions
- Parameters:¶
 inactive_session_ttl_days (
int) – Number of days of inactivity before sessions will automatically be terminated; 1-366 days.active_sessions (List of
ActiveSession) – List of sessions.