Skip to content

Commit

Permalink
Merge pull request #197 from tada-team/12954-message-threads
Browse files Browse the repository at this point in the history
feat: add parent message & chat for thread
  • Loading branch information
HexPande authored Jun 29, 2023
2 parents e8d8245 + 22db763 commit 0169e27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ type Chat struct {

// Meeting duration
MeetingDuration int32 `json:"meeting_duration,omitempty"`

// Parent message uid for thread
ParentMessageId string `json:"parent_message_id,omitempty"`

// Parent chat uid for thread
ParentChatId JID `json:"parent_chat_id,omitempty"`
}

// Link to sub/sup task
Expand Down

0 comments on commit 0169e27

Please sign in to comment.