diff --git a/Privacy-settings.md b/Privacy-settings.md index e8d9c21..7f4628c 100644 --- a/Privacy-settings.md +++ b/Privacy-settings.md @@ -16,7 +16,8 @@ To allow no one except "@best_friend" to see your last seen, you would use this: ```python from telethon import TelegramClient from telethon.tl.functions.account import SetPrivacyRequest -from telethon.tl.types import InputPrivacyKeyStatusTimestamp, InputPrivacyValueAllowUsers, InputPrivacyValueDisallowAll +from telethon.tl.types import InputPrivacyKeyStatusTimestamp, InputPrivacyValueAllowUsers,\ + InputPrivacyValueDisallowAll client = TelegramClient(session, api_id, api_hash).start() bff = client.get_input_entity('@best_friend')