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