Telegram Topics #287
jfgilCrearme
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been using this bot with my printer sending notifications to a Telegram Group. For noy it have been a great experience and it helps a lot with my productivity.
I have been using topics in telegram groups and was wondering if you are planning to add this feature.
To give you some Ideas I can see that using https://api.telegram.org/bot[api]/getUpdates I get the following response.
{ "update_id": XXXXXXX, "message": { "message_id": 2, "from": { "id": XXXXXX, "is_bot": false, "first_name": "XXXXXX", "username": "XXXXXX" }, "chat": { "id": -100<Group_ID>, "title": "XXXXX", "is_forum": true, "type": "supergroup" }, "date": 1695855762, "message_thread_id": <Topic_ID>, "forum_topic_created": { "name": "XXXXX", "icon_color": 7322096 }, "is_topic_message": true } }As you can see, there is some info about <Group_ID> and <Topic_ID>
Beta Was this translation helpful? Give feedback.
All reactions