Skip to content

Commit

Permalink
more jids
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Sep 27, 2020
1 parent 6c13a4a commit 9c8988b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion message.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ type MessageReaction struct {

type MessageReactionDetail struct {
Created string `json:"created"`
Sender string `json:"sender"`
Sender *JID `json:"sender"`
Name string `json:"name"`
}
4 changes: 2 additions & 2 deletions message_push.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ type MessagePush struct {
ClickAction string `json:"click_action"`
Tag string `json:"tag"`
Team string `json:"team"`
Sender string `json:"sender"`
Chat string `json:"chat"`
Sender *JID `json:"sender"`
Chat *JID `json:"chat"`
MessageId string `json:"message_id"`
Created string `json:"created"`
}

0 comments on commit 9c8988b

Please sign in to comment.