Official Telethon's chat! Rules: • Speak English • Stay on topic (questions about Telethon) • Be respectful • Don't ask to ask • Spam-related uses lead to ban • Read https://docs.telethon.dev before asking things here Read more about us @TelethonUpdates
Hi. How can I check that the created group created ? I add username to supergroup no error happens but then realise the group can not be found via the username.
Читать полностью…yo, what's the event when user joins? because
if update.chat_member.new_chat_member.status == ChatMemberStatus.MEMBER:
because it makes broken code if you want to use it check code before send
Читать полностью…why
button = message.buttons[0][0]
button.url
return only web url
i want with query id and all other things
how we can achieve this
There is no such event in Telethon, but you can create a function using asynico
For Example
async def wait_event(client, user_id, timeout=60):
future = asyncio.Future()
async def test(event):
if event.sender_id == int(user_id):
future.set_result(event)
client.add_event_handler(test, events.NewMessage)
try:
return await asyncio.wait_for(future, timeout=timeout)
except TimeoutError:
return None
finally:
client.remove_event_handler(test, events.NewMessage)
test = await wait_event(client, user_id, timeout=60)Читать полностью…
"no matter what client do you use or what number do you have if telegram thought that you are sus you will get ban"
Читать полностью…As far as I saw, developers are signing up so many numbers using just Telethon and no other softwares which is completely illegally, and even whiles that , I still do not think it's about the library module.
Читать полностью…if they banned your acc you will simply make another one so more banned accs means more new accs and more new accs means more telegram users to brag about it on WhatsApp
Читать полностью…Everyone has a different Telegram with the name you haven't heard before with the chance of 80 or 90 percent.
Читать полностью…not a theory and you dont know what unpopular means
Читать полностью…Lol, those countries communications they've been restricted and filtered to access Telegram ( just like mine ) mostly use unofficials ( cause some of them use their own proxies or other stuff to access Telegram easily, or they are a good Lier and Advertiser ) 😂
But it's so much rare that one of our numbers gets banned, even if we flood so tough or a lot of breaking Telegram ToS 😂
chatgpt don't know the simple docs so if you want to use it you will need to check docs to fix his issues or send him docs links and tell him to make code using it
Читать полностью…Yeah but if you know coding chat gpt can be pretty useful
Читать полностью…i found it
from telethon.tl.functions.messages import RequestWebViewRequestЧитать полностью…
final_url = await client(RequestWebViewRequest(bot, bot, platform='android', url=url))
you won't get ban they only ban innocent users unlike us
Читать полностью…no one can change telegram thoughts except telegram itself
Читать полностью…I don't actually care, I broke so many laws of Telegram using telethon by myself and still didn't experienced getting banned.
Читать полностью…😐Can even Telegram think?
Their team are just limiting and banning users for no reason ( and I guess it's based on a total statistics )
sometimes telegram gives ban even if you tried to register using official client, it's not new to see this behavior from telegram
Читать полностью…And unlike some numbers, American and British numbers with +1 international code commonly are recognized as spam after signing up and they mostly get banned.
It's more likely about statistics
( Experienced totally by official Telegram )
If I could explain the quantity of unofficials are just like hundreds of profiteers who produce these applications just for adding users to channels, reactions, votes and so on, "secretly" to make profit then you mustn't think I misunderstood what does "unpopular" means.
Читать полностью…