telethon should not miss updates, if it does it's a bug
make sure you're using the latest version and your handlers are not crashing
its been a couple of years since I started using userbots, and even more than a bot at a time, my account is normal
Читать полностью…Is it real to leave comment under post, where is not discussing group, but leaving comments is available?
Читать полностью…How do I minimize my risks of getting banned?
My account didn't violate any ToS , just normal chats with my other account..
It got banned
Why doesn't the bot give a notification to oner after there is a user who subscribes to the telegram channel?
# Fungsi untuk menangani event saat pengguna bergabung dengan channelЧитать полностью…
@client.on(events.ChatAction)
async def new_user_joined(event):
if event.user_joined:
# Mendapatkan info pengguna yang baru saja bergabung
new_user_id = event.user_id
# Jika Anda ingin notifikasi dikirim ke pemilik bot atau pengguna lain
owner_id = 7998861975 # Ganti dengan ID pengguna yang ingin menerima notifikasi
# Mengirimkan pesan ke pemilik bot atau pengguna lain tentang pengguna yang baru bergabung
await client.send_message(owner_id, f"Pengguna dengan ID {new_user_id} baru saja bergabung dengan channel!")
other dc ? But what this mean ? This mean it is still valid just need somehow to change dc or it is completely invalid ?
Читать полностью…Raid detected - automatically enabling antiraid mode. For the next 6 hours, any new users will be banned for 1 hour.
Читать полностью…Guys hi, I have this problem I need to connect to a private channel ( with the approval of the administrator )
invite_hash_url = KT_-6Apa-2I3MTgy(No plus)
I'm getting an error - InviteHashExpiredError
And does not come to the channel, that I threw a request to join the channel, just an error that the link is out of date(
await self.client(ImportChatInviteRequest(invite_hash))Читать полностью…
Hello everyone. Please tell me, I created a bot that catches new events on Teleton, but the problem is that as a result it receives events with a big delay, and sometimes it even simply misses them. Is this normal for Teleton or am I doing something wrong?
There is no such problem with Pyrogram, it receives everything instantly.
It will work fine. as long as that's a bot and not userbot
anything else is related to you, reduce the AI and debug it
New account easily get banned
Telegram hates userbot
Doing things that gived floodawait
CallbackQuery has event.get_message(). it won't work mostly if callback originated from InlineQuery result
Читать полностью…like, bot sent this message via an inline query.
event.message.text nope
event.text nope
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
it's as it mentions, you provided invalid authorization. that likely never existed or in another dc
Читать полностью…Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.