feat: add ImageHandler and ImageService for image retrieval from channels

This commit is contained in:
2026-03-13 17:18:08 +03:30
parent 71a2c756c2
commit 7aab3f55ed
8 changed files with 189 additions and 12 deletions
+2
View File
@@ -123,3 +123,5 @@ func (r *RSSGenerator) messageToItem(msg tg.MessageClass, channelId string) (*RS
Guid: messageURL.String(),
}, nil
}
// TODO: add a hasPhoto helper to add the rss tag accordingly