add support for multiple message IDs
All checks were successful
/ build (push) Successful in 1m25s

This commit is contained in:
Astra 2025-07-11 14:15:09 +01:00
parent bd8a437f43
commit 1690279d5c
2 changed files with 15 additions and 7 deletions

View file

@ -127,7 +127,7 @@ func (bluesky *Bluesky) CheckSessionValid() {
type TelegramRecord struct {
ChannelID int64 `json:"channel_id"`
MessageID int `json:"message_id"`
MessageID []int `json:"message_id"`
Link *Link `json:"link"`
Error string `json:"error"`
Message string `json:"message"`