UserStatusLastWeek
- class pyrogram.raw.types.UserStatusLastWeek
Online status: last seen last week
Constructor of
UserStatus.- Details:
Layer:
223ID:
541A1D1A
- Parameters:
by_me (
bool, optional) – If set, the exact user status of this user is actually available to us, but to view it we must first purchase a Premium subscription, or allow this user to see our exact last online status. See here » for more info.
TL Schema
userStatusLastWeek#541a1d1a
flags:#
by_me:flags.0?true
= UserStatus
Parameter Tree
UserStatusLastWeek
└── by_me →
true (optional)Example
UserStatusLastWeek(
)