memos/plugin/telegram/update.go

7 lines
115 B
Go
Raw Normal View History

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