mirror of
https://github.com/usememos/memos.git
synced 2024-11-17 12:17:39 +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"`
|
|
}
|