skip to Main Content

how i can restore sessions old in telethon telegram and connect this again(without send again code)) – Telegram API

i use this script for connect and create sessions in telethon from telethon import TelegramClient from telethon.tl.functions.messages import GetHistoryRequest from telethon.utils import get_input_peer api_id = 7**** api_hash = 'ef584d*****************' client = TelegramClient('+15159947451', api_id, api_hash) client.connect() if not client.is_user_authorized(): client.send_code_request('+15159947451') client.sign_in('+15159947451',…

VIEW QUESTION

how i can send message to my contact whit telethon API python telegram – Telegram API

when i use this command for see contact : result = client.invoke(GetContactsRequest("")) print(result) i see this result : (contacts.contacts (ID: 0x6f8b8cb2) = (contacts=['(contact (ID: 0xf911c994) = (user_id=334412783, mutual=False))'], users=['(user (ID: 0x2e13f4c3) = (is_self=None, contact=True, mutual_contact=None, deleted=None, bot=None, bot_chat_history=None, bot_nochats=None, verified=None,…

VIEW QUESTION

Node Js and Ebay api

I am novice to NodeJs and working with ebay-api. I found this great example at GitHub one strange issue is when I run the js file via CMD. it is working but sometimes it shows error and then I cleared…

VIEW QUESTION

NDK Error occured while importing telegram source code from github – Telegram API

I downloaded telegram open source code for android from the following the link https://github.com/DrKLO/Telegram. While importing the project am getting the following errors: External Native Build Issues Build command failed. Error while executing process C:UsersuserAppDataLocalAndroidsdkndk -bundlendk-build.cmd with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:UsersuserAndroidStudioProjectsTelegram-masterTMessagesProjjniAndroid.mk…

VIEW QUESTION
Back To Top
Search