mirror of
https://github.com/usememos/memos.git
synced 2025-02-20 21:30:55 +01:00
6 lines
61 B
Go
6 lines
61 B
Go
package telegram
|
|
|
|
type User struct {
|
|
ID int64 `json:"id"`
|
|
}
|