This website requires JavaScript.
Explore
Help
Sign In
usememos
/
memos
Watch
1
Star
1
Fork
0
You've already forked memos
mirror of
https://github.com/usememos/memos.git
synced
2024-12-25 12:23:09 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb1490c183
memos
/
plugin
/
telegram
/
user.go
6 lines
61 B
Go
Raw
Normal View
History
Unescape
Escape
feat: implement telegram bot plugin (#1740)
2023-05-26 04:43:51 +03:00
package
telegram
type
User
struct
{
fix: all ID from int to int64 to avoid 32bits machine break (#2191) Fix all ID from int to int64 to avoid 32bits machine break
2023-09-06 16:14:07 +03:00
ID
int64
`
json:"id"
`
feat: implement telegram bot plugin (#1740)
2023-05-26 04:43:51 +03:00
}
Reference in New Issue
Copy Permalink