Remove message image from go code

This commit is contained in:
Jannik Volkland
2020-10-14 13:47:39 +02:00
parent 146e6d342c
commit 606ccb6c14
4 changed files with 4 additions and 11 deletions

View File

@@ -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"`