hello again 👋 Is it possible to get the information of a user with his / her ID ? without starting the bot or even dealing with it ?! When I try to find someone's information,...
if(number > input.max){ input.value = ''; window.Telegram.WebApp.showAlert('The maximum duration is ' + number + '>' + input.max); } wtf 😐 how the 6 is bigg...
What is the problem ? my code : await client.send_message(types.PeerUser(user_id = event.user_id),text)
Is there a way to get the information of users who have not started the bot ? ( Of course, I think there is no way )
What if I use the session as a string ?
Oops, then I should not use the start ! just await client.connect() and then await client.sign_in(bot_token = bot_token) This is true ? Or should I just sign this for the...
how can i set time zone telethon ?! for event.date
I had another question in http library Do we have something called like res.dowload ( instead of res.end ) ?