-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
Added Telegram Topic Thread ID Support #854
Conversation
@achlyss-8 would you be willing to test this out for me? |
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #854 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 118 118
Lines 15377 15405 +28
Branches 3154 3162 +8
=========================================
+ Hits 15377 15405 +28
☔ View full report in Codecov by Sentry. |
I can't send a message, but I have no error. Here is the command I do:
|
do you get an error/notice if you add more verbosity ( Also, what is bin/apprise -vvvv "Test Title" -b "Test Message" \
'tgram://bottoken/ChatID?topic=TopicID' |
Sorry pour le Here are the logs, however I am sure of my bottoken and the ChatId, the topic ID I found thanks to this https://stackoverflow.com/questions/74773675/how-to-get-topic-id-for-telegram-group-chat
|
I'm confused, based on the output, the thread id you specified in your test didn't exist. Can you try with one that does? |
Indeed I had an error in the |
ef9e2fa
to
ec983be
Compare
Found my mistake, i created a I just renamed the variable to actually be We should be good to go now. |
Description:
Related issue (if applicable): #852
Added support for Telegram Thread ID's
Parameter Breakdown
Checklist
flake8
)Testing
Anyone can help test this source code as follows: