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