client = TelegramClient(session_file_path, api_id, api_hash)
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.
await bot.forward_messages(int(u_idd['id']), event.id, userid, reply_to=event.id, drop_author=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: MessageMethods.forward_messages() got an unexpected keyword argument 'reply_to'
I want to forward the message to another chat, but I want to reply on one message
I am far from programming, and there are many more technical requirements, this is a small part
Читать полностью…Hey Duncan Quagmire, don't do that again (stay on-topic) or I will ban you. You have been warned.
Читать полностью…Thank you very much, it was exactly what I wanted, can you explain a little more what the problem was exactly and why it happened?
Читать полностью…Cause I have my own job to do?
https://stackoverflow.com/questions/18024503/lambda-args-kwargs-none
How to judge whether to enter a verification code when logging in a user account, such as file corruption or first login?
Читать полностью…they are reply to forwarded channel message in discussion group. not directly to channel post
Читать полностью…Oh, my bad, this button really could be created in Bot Settings menu of BotFather.
Thanks, @disk6969
Hm, but in bot father i can only create commands that will be shown after clicking on this button
Читать полностью…Telegram is having internal issues PersistentTimestampOutdatedError: Persistent timestamp outdated (caused by GetChannelDifferenceRequest)
Getting difference for channel updates **** caused PersistentTimestampInvalidError; ending getting difference prematurely until server issues are resolved
What is this error for?
it's not available on pip yet. use master with telethon.functions.messages.SendPaidReactionRequest
Читать полностью…New StackOverflow question
Telethon Searching empty rusults handle
https://stackoverflow.com/q/78962507
this isn't recruiting chat. and the task is simple enough to do it yourself
it's three requests at most and basic python stuff