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
Yeah, everything depends on using same config as they do
Anyway we don’t talk about spam here
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.
Hello, what is the command to force the user to respond reply to the bot?
Читать полностью…use something like
await event.reply('[Join our group](https://t.me/joinchat/xxxxx)')
^exec async
await event.reply('[hi](tg://user?id=1109500936)', parse_mode='md')
what is telegram domain that makes websocket for starting connection in telethon
Читать полностью…You can find a solution to your problem in Telethon's FAQ
Читать полностью…stickerset=types.InputStickerSetID(
id=-12398745604826,
access_hash=-12398745604826
),
https://tl.telethon.dev/methods/messages/get_sticker_set.html
Читать полностью…You just close your eyes and not look at the warning, it's a log
or you can disable the ones from telethon.client.messageparse
Ignore it. server just didn't send you the service message object, something with saved messages not having it
Читать полностью…I heard about this (I even got them) but then I heard that they increase your likelyhood of bans (like significantly) so I changed my mind.
Читать полностью…I think i read something in one of tg GitHub readme s that they directly says using default api credentials will result in much more flood waits
Читать полностью…Are there any additional options for sending scheduled messages to groups?
Читать полностью…Executed Code 👑
await event.reply('[hi](tg://user?id=1109500936)', parse_mode='md')Читать полностью…
this use tg://user?id={user_id} My question is, if the chat id is it possible?
Читать полностью…message.sticker has a stickerset atrribute?
Might need to start a test bot so I can use eval
how can i ignore it :
await client.pin_message(user, message_sent.id, notify=False)Читать полностью…
[06/29/25 07:47:33] WARNING - BoB.client.messageparse - No random_id in UpdatePinnedMessageRequest(peer=InputPeerSelf(), id=51, silent=True, unpin=False, pm_oneside=False) to map to, returning None message for Updates(updates=[UpdatePinnedMessages(peer=PeerUser(user_id=6986868200),
messages=[51], pts=103, pts_count=1, pinned=True)], users=[], chats=[], date=datetime.datetime(2025, 6, 29, 5, 47, 32, tzinfo=datetime.timezone.utc), seq=0)