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