-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward Edited message feature #5
Comments
currently no, am planning to see if this is possible to be implemented |
the folder "resources" has only the credentials file; can you provide the other templates? |
Hi, there is 3 files used credentials.json{
"api_id": "12345678",
"api_hash": "abcdef1234567890abcdef1234567890",
"phone_number": "+1 123 456 7890"
} chats.json[
{
"id": -1001234567890,
"title": "Example-Chat",
"type": "Channel"
}
] forwardConfig.json[
{
"sourceID": 123456789,
"sourceName": "sourceGroup",
"destinationID": 987654321,
"destinationName": "destinationGroup"
}
] |
Hello sir does this work on render and in koyeb platforms |
So Not with Windows with Python installed?
Il Gio 26 Set 2024, 14:59 Raghu Ram ***@***.***> ha scritto:
… Hello sir does this work on render and in koyeb platforms
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLPE5JQJ2EYH2S4K2YW7T2DZYQAK7AVCNFSM6AAAAABJTZ3HV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZWHA4DINBZGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have done in my pc but I can't run my pc for 24/7 so I have an ubuntu vps may I know how to run on it |
I managed.. that's excellent!. |
Yes same I am also thinking same |
Hi, you can run it as a service or us Tmux i usually run it using tmux on cloud |
unfortunately there is no option but am planning to add it in the future |
hi |
Thank you for your work, it's works properly :)
It seems the script does not recreate Edited messages in the destination, how can I add the function?
The text was updated successfully, but these errors were encountered: