Update matterbridge/Rocket.Chat.Go.SDK (#1087)

This commit is contained in:
Wim
2020-04-16 21:48:53 +02:00
committed by GitHub
parent 976fbcd07f
commit 13c90893c7
5 changed files with 30 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ type Message struct {
RoomID string `json:"rid"`
Msg string `json:"msg"`
EditedBy string `json:"editedBy,omitempty"`
Type string `json:"t,omitempty"`
Groupable bool `json:"groupable,omitempty"`
@@ -16,6 +17,9 @@ type Message struct {
Mentions []User `json:"mentions,omitempty"`
User *User `json:"u,omitempty"`
Attachments []Attachment `json:"attachments,omitempty"`
PostMessage
// Bot interface{} `json:"bot"`