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