Init commit
This commit is contained in:
11
clients/telegram/types.go
Normal file
11
clients/telegram/types.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package telegram
|
||||
|
||||
type UpdateResponse struct {
|
||||
Ok bool `json:"ok"`
|
||||
Result []Update `json:"result"`
|
||||
}
|
||||
|
||||
type Update struct {
|
||||
ID int `json:"update_id"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user