Lets users send stories to groups
This commit is contained in:
parent
d4b74db05c
commit
ccc89545c5
21 changed files with 1177 additions and 400 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -343,6 +343,7 @@ export type ConversationAttributesType = {
|
|||
// to leave a group.
|
||||
left?: boolean;
|
||||
groupVersion?: number;
|
||||
isGroupStorySendReady?: boolean;
|
||||
|
||||
// GroupV1 only
|
||||
members?: Array<string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue