This commit is contained in:
parent
bd8a437f43
commit
1690279d5c
2 changed files with 15 additions and 7 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue