From 205cfcf608ee1463f0a9c674331cf85474b8c801 Mon Sep 17 00:00:00 2001 From: amelia gapin Date: Wed, 19 Jan 2022 14:29:52 -0500 Subject: [PATCH] add latest_reply property to Msg struct --- messages.go | 1 + 1 file changed, 1 insertion(+) diff --git a/messages.go b/messages.go index 2f05f6d75..2cc31d5bf 100644 --- a/messages.go +++ b/messages.go @@ -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"`