memos/plugin/telegram/update.go
2023-05-26 09:43:51 +08:00

7 lines
115 B
Go

package telegram
type Update struct {
UpdateID int `json:"update_id"`
Message *Message `json:"message"`
}