mirror of
https://github.com/usememos/memos.git
synced 2025-02-23 06:37:41 +01:00
6 lines
59 B
Go
6 lines
59 B
Go
|
package telegram
|
||
|
|
||
|
type User struct {
|
||
|
ID int `json:"id"`
|
||
|
}
|