Skip to content

Commit

Permalink
Merge pull request #1020 from ameliagapin/add_latest_reply_property_t…
Browse files Browse the repository at this point in the history
…o_msg

add latest_reply property to Msg struct
  • Loading branch information
kanata2 committed Jan 30, 2022
2 parents 4ee274f + 205cfcf commit bc4206c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages.go
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 bc4206c

Please sign in to comment.