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
Hey there
I'm trying to develop a reporter bot, can I use this method for sending reports?
`ReportPeerRequest`
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
Читать полностью…высрал на английском вообще полную чушь, и не меньшую чушь на русском, конкретнее?
Читать полностью…how to get all participants of a group (by administrator bot)?
Читать полностью…New StackOverflow question
How can I determine if a user has subscribed to a specific channel when using Telethon?
https://stackoverflow.com/q/77599762
Yeah, and is_reply is property don't call () it, and await it.
reply_to_message = await event.get_reply_message()
check tl reference. You need at least two arguments in DeleteChatUserRequest
Читать полностью…That is not related to Telethon. Please move to a different group with the correct topic to continue that conversation
Читать полностью…How can I convert Telethon session file to Pyrogram?
Читать полностью…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.
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
Читать полностью…how send this parameters:
currentRegId
certFingerprint
installerId
packageId
currentDeviceTimezone
currentNetworkType
?
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
If want to reply on upcoming message
Use
@bot.on(events.NewMessage())
async def reply_message(event):
event.reply('Text')
#Working For Client
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()
can a channel owner see if I forwarded a message from his group to another group (via userbot)?
Читать полностью…Hello! Is there any alternative in telethon for reply_to_message object
Читать полностью…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
Читать полностью…