Skip to content

Commit

Permalink
Merge pull request #128 from tada-team/new-fields
Browse files Browse the repository at this point in the history
add meeting duration to chat struct
  • Loading branch information
melkayalenka authored Sep 8, 2022
2 parents 7e8df46 + 65e075f commit 25193b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ type Chat struct {

//Meeting has frequency
MeetingFreq bool `json:"meeting_freq,omitempty"`

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

// Link to sub/sup task
Expand Down

0 comments on commit 25193b0

Please sign in to comment.