Layer 227
constructor
userStatusLastWeek#541a1d1a flags:# by_me:flags.0?true = UserStatus;

Parameters

Name Type Description
ByMe flags .0? true 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.

Returns

UserStatus

Gogram Example

// Creating UserStatusLastWeek constructor
obj := &tg.UserStatusLastWeek{
    ByMe: nil,
}