UserStatusRecently
- class pyrogram.raw.types.UserStatusRecently
Online status: last seen recently
Constructor of
UserStatus.- Details:
Layer:
223ID:
7B197DC8
- 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
userStatusRecently#7b197dc8
flags:#
by_me:flags.0?true
= UserStatus
Parameter Tree
UserStatusRecently
└── by_me →
true (optional)Example
UserStatusRecently(
)