mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 00:33:29 +00:00
added postChat message route on extension
This commit is contained in:
@@ -17,3 +17,8 @@ type GeoObject struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Timeout int `json:"timeout,omitempty"`
|
||||
}
|
||||
|
||||
type Message struct {
|
||||
Message string `json:"uid"`
|
||||
Sender string `json:"sender"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user