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