diff --git a/docs/res/core.html b/docs/res/core.html index 9c3e3739..fff04fa0 100644 --- a/docs/res/core.html +++ b/docs/res/core.html @@ -149,9 +149,9 @@ from telethon.utils import get_input_peer # (1) Use your own values here -api_id = 12345 +api_id = 12345 api_hash = '0123456789abcdef0123456789abcdef' -phone_number = '+34600000000' +phone = '+34600000000' # (2) Create the client and connect client = TelegramClient('username', api_id, api_hash)