telethonchat | Unsorted

Telegram-канал telethonchat - Telethon Chat

6095

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

Subscribe to a channel

Telethon Chat

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.

Читать полностью…

Telethon Chat

yo, what's the event when user joins? because

if update.chat_member.new_chat_member.status == ChatMemberStatus.MEMBER:

also gets triggered when users gets unbanned

Читать полностью…

Telethon Chat

Or I think so atleast

Читать полностью…

Telethon Chat

because it makes broken code if you want to use it check code before send

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

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)



Use this in the rest of the functions

test = await wait_event(client, user_id, timeout=60)

Читать полностью…

Telethon Chat

Documentation for takeout

Читать полностью…

Telethon Chat

Hey! can i export chat history using telethon?

Читать полностью…

Telethon Chat

yes if you paid them well😂

Читать полностью…

Telethon Chat

"no matter what client do you use or what number do you have if telegram thought that you are sus you will get ban"

Читать полностью…

Telethon Chat

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.

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

Everyone has a different Telegram with the name you haven't heard before with the chance of 80 or 90 percent.

Читать полностью…

Telethon Chat

not a theory and you dont know what unpopular means

Читать полностью…

Telethon Chat

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 😂

Читать полностью…

Telethon Chat

Yeah I guess docs are the best way

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

Yeah but if you know coding chat gpt can be pretty useful

Читать полностью…

Telethon Chat

i found it

from telethon.tl.functions.messages import RequestWebViewRequest 

final_url = await client(RequestWebViewRequest(bot, bot, platform='android', url=url))

Читать полностью…

Telethon Chat

I see thnx for the help

Читать полностью…

Telethon Chat

you won't get ban they only ban innocent users unlike us

Читать полностью…

Telethon Chat

no one can change telegram thoughts except telegram itself

Читать полностью…

Telethon Chat

I don't actually care, I broke so many laws of Telegram using telethon by myself and still didn't experienced getting banned.

Читать полностью…

Telethon Chat

😐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 )

Читать полностью…

Telethon Chat

sometimes telegram gives ban even if you tried to register using official client, it's not new to see this behavior from telegram

Читать полностью…

Telethon Chat

that's simply how telegram have more than 1B user

Читать полностью…

Telethon Chat

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 )

Читать полностью…

Telethon Chat

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.

Читать полностью…

Telethon Chat

Good theory, but 100 percent unreal.

Читать полностью…

Telethon Chat

Without join can't ?

Читать полностью…
Subscribe to a channel