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

6 lines
59 B
Go

package telegram
type User struct {
ID int `json:"id"`
}