mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
9987337eca
Fix all ID from int to int64 to avoid 32bits machine break
5 lines
61 B
Go
5 lines
61 B
Go
package telegram
|
|
|
|
type User struct {
|
|
ID int64 `json:"id"`
|
|
}
|