mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 12:17:39 +08:00
5 lines
59 B
Go
5 lines
59 B
Go
package telegram
|
|
|
|
type User struct {
|
|
ID int `json:"id"`
|
|
}
|