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

Which type of button, inline or keyboard

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

Telethon Chat

Hello, how can I click on the webview button?

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

Telethon Chat

Hey there
I'm trying to develop a reporter bot, can I use this method for sending reports?
`ReportPeerRequest`

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

Telethon Chat

lets show, interesting

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

Telethon Chat

I logged in to my account on my phone, how can I create a session and json of this account without a new authorization? those who actually pull out the session from the telegram application on the phone

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

Telethon Chat

высрал на английском вообще полную чушь, и не меньшую чушь на русском, конкретнее?

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

Telethon Chat

how to get all participants of a group (by administrator bot)?

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

Telethon Chat

New StackOverflow question
How can I determine if a user has subscribed to a specific channel when using Telethon?

https://stackoverflow.com/q/77599762

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

Telethon Chat

Ok, I will take a look

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

Telethon Chat

get_reply_message() is needed to get user's ID

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

Telethon Chat

Yeah, and is_reply is property don't call () it, and await it.

reply_to_message = await event.get_reply_message()

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

Telethon Chat

Sorry, I am new to telethon🥲

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

Telethon Chat

Documentation for Message.get_reply_message

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

Telethon Chat

I am writing code for a bot, not userbot

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

Telethon Chat

check tl reference. You need at least two arguments in DeleteChatUserRequest

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

Telethon Chat

What can the bot do?

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

Telethon Chat

That is not related to Telethon. Please move to a different group with the correct topic to continue that conversation

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

Telethon Chat

How can I convert Telethon session file to Pyrogram?

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

Telethon Chat

not related to telethon, find yourself a method

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

Telethon Chat

sry, just answer to translate-man

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

Telethon Chat

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.

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

Telethon Chat

stop repeating the same question over and over, you aren't supposed to send that information to Telegram, if you disagree with that fork Telethon and do it yourself

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

Telethon Chat

how send this parameters:
currentRegId
certFingerprint
installerId
packageId
currentDeviceTimezone
currentNetworkType
?

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

Telethon Chat

https://docs.telethon.dev/en/stable/modules/custom.html?highlight=conv#module-telethon.tl.custom.conversation

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

Telethon Chat

User presses "Ticket" button then writes his problem.
Then bot forwards me that problem.

When I reply to that problem to bot. Bot then sends my response to the user

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

Telethon Chat

If want to reply on upcoming message

Use

@bot.on(events.NewMessage())
async def reply_message(event):
event.reply('Text')
#Working For Client

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

Telethon Chat

Thanks!

but how do I use it? Like this 👇

@bot.on(events.NewMessage())
async def reply_message(event):
if event.message.is_reply():
msg = event.message.get_reply_message()

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

Telethon Chat

can a channel owner see if I forwarded a message from his group to another group (via userbot)?

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

Telethon Chat

Hello! Is there any alternative in telethon for reply_to_message object

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

Telethon Chat

You have to use set commands with a scope of single Peer (I may be mistaken, which scope is it). You can see all scopes here

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