Skip to content

Commit

Permalink
add latest_reply property to Msg struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliagapin committed Jan 19, 2022
1 parent 4ee274f commit 205cfcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ type Msg struct {
ReplyCount int `json:"reply_count,omitempty"`
Replies []Reply `json:"replies,omitempty"`
ParentUserId string `json:"parent_user_id,omitempty"`
LatestReply string `json:"latest_reply,omitempty"`

// file_share, file_comment, file_mention
Files []File `json:"files,omitempty"`
Expand Down

0 comments on commit 205cfcf

Please sign in to comment.