File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1909,7 +1909,6 @@ interface Thread {
19091909 name: string
19101910 lastActivityTimestampMs: bigint
19111911 isGroup? : boolean
1912- participants? : bigint []
19131912}
19141913```
19151914
Original file line number Diff line number Diff line change @@ -1909,7 +1909,6 @@ interface Thread {
19091909 name: string
19101910 lastActivityTimestampMs: bigint
19111911 isGroup? : boolean
1912- participants? : bigint []
19131912}
19141913```
19151914
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ type Thread struct {
8080 Name string `json:"name"`
8181 LastActivityTimestampMs int64 `json:"lastActivityTimestampMs"`
8282 Snippet string `json:"snippet"`
83- Participants []int64 `json:"participants"`
8483}
8584
8685// Attachment represents a media attachment
Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ export interface Thread {
275275 type : ThreadType ;
276276 name : string ;
277277 lastActivityTimestampMs : bigint ;
278- participants : bigint [ ] ;
279278 snippet : string ;
280279}
281280
You can’t perform that action at this time.
0 commit comments