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