Layer 220
constructor
userStatusLastMonth#65899777 flags:# by_me:flags.0?true = UserStatus;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
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 UserStatusLastMonth constructor
obj := &tg.UserStatusLastMonth{

    // Optional fields:
    // ByMe: true,
}