Remove message image from go code
This commit is contained in:
@@ -18,7 +18,6 @@ type ChatMessage struct {
|
||||
|
||||
Author string `json:"author"`
|
||||
Body string `json:"body"`
|
||||
Image string `json:"image"`
|
||||
ID string `json:"id"`
|
||||
MessageType string `json:"type"`
|
||||
Visible bool `json:"visible"`
|
||||
|
||||
Reference in New Issue
Block a user