Interface UserStatusLastMonth

The user is offline, but was online last month. Subtype of UserStatus.

interface UserStatusLastMonth {
    @type: "userStatusLastMonth";
    by_my_privacy_settings?: boolean;
}

Properties

@type: "userStatusLastMonth"
by_my_privacy_settings?: boolean

Exact user's status is hidden because the current user enabled userPrivacySettingShowStatus privacy setting for the user and has no Telegram Premium.