mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 16:39:24 +00:00
Update go-nc-talk (nctalk) (#1333)
Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
@ -43,7 +43,10 @@ const (
|
||||
)
|
||||
|
||||
// TalkRoomMessageData describes the data part of a ocs response for a Talk room message
|
||||
//
|
||||
// Error will be set if a message request ran into an error.
|
||||
type TalkRoomMessageData struct {
|
||||
Error error `json:"-"`
|
||||
Message string `json:"message"`
|
||||
ID int `json:"id"`
|
||||
ActorType ActorType `json:"actorType"`
|
||||
|
Reference in New Issue
Block a user