This website requires JavaScript.
Explore
Help
Sign in
usememos
/
memos
Watch
1
Star
1
Fork
You've already forked memos
0
mirror of
https://github.com/usememos/memos.git
synced
2024-11-17 20:25:46 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9987337eca
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 09:43:51 +08: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 21:14:07 +08:00
ID
int64
`
json:"id"
`
feat: implement telegram bot plugin (#1740)
2023-05-26 09:43:51 +08:00
}
Reference in a new issue
Copy permalink