mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement telegram bot plugin (#1740)
This commit is contained in:
5
plugin/telegram/user.go
Normal file
5
plugin/telegram/user.go
Normal file
@ -0,0 +1,5 @@
|
||||
package telegram
|
||||
|
||||
type User struct {
|
||||
ID int `json:"id"`
|
||||
}
|
Reference in New Issue
Block a user