libtelegram icon indicating copy to clipboard operation
libtelegram copied to clipboard

Add support for "topics" in groups.

Open n08i40k opened this issue 2 years ago • 0 comments

There are parameters in the json new message event

 "is_topic_message": true,
 "message_id": 11,
 "message_thread_id": 4,

But I didn't find anything for interacting with topics in the library. There are no tools for reading these values or for sending messages to topics.

n08i40k avatar Jan 30 '24 17:01 n08i40k