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:
6
plugin/telegram/update.go
Normal file
6
plugin/telegram/update.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package telegram
|
||||
|
||||
type Update struct {
|
||||
UpdateID int `json:"update_id"`
|
||||
Message *Message `json:"message"`
|
||||
}
|
Reference in New Issue
Block a user