Interface UserStatusRecently

The user was online recently. Subtype of UserStatus.

interface UserStatusRecently {
    @type: "userStatusRecently";
    by_my_privacy_settings?: boolean;
}

Properties

@type: "userStatusRecently"
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.