mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 09:41:58 +03:00
9987337eca
Fix all ID from int to int64 to avoid 32bits machine break
6 lines
61 B
Go
6 lines
61 B
Go
package telegram
|
|
|
|
type User struct {
|
|
ID int64 `json:"id"`
|
|
}
|