mirror of
https://github.com/usememos/memos.git
synced 2025-03-05 01:53:14 +08:00
5 lines
61 B
Go
5 lines
61 B
Go
package telegram
|
|
|
|
type User struct {
|
|
ID int64 `json:"id"`
|
|
}
|