knadh / tg-archive

A tool for exporting Telegram group chats into static websites like mailing list archives.
MIT License
833 stars 124 forks source link

Structured Group / Group with Menu (Topics) inside #133

Open zv09 opened 1 month ago

zv09 commented 1 month ago

As Telegram was updated, devs brings some possibility to do a Group with a SubGroups inside it. For now after --build looks like a raw chatlist with date bookmarks... I checked stricture of the template when tg-archive is building a site and found that any subtopic is just a Reply to a root message which seems to be a Head of the Group.

Does smb. make a new template or work on how to build a structure properly when a Group has subtopics?

- root of the Group (telegram supergroup)
| 
-- subGroup 1 (topic 1)
    |
     -- Subtopic Chat 
|-- subGroup 2  (topic 2) 
     |
     -- Subtopic Chat
|--etc... 
miztizm commented 2 weeks ago

I believe this is an amazing feature! Been searching for this since the topic was first released!