Sync group stories through storage service
This commit is contained in:
parent
a711ae1c49
commit
95bee1c881
15 changed files with 355 additions and 157 deletions
3
ts/model-types.d.ts
vendored
3
ts/model-types.d.ts
vendored
|
@ -30,6 +30,7 @@ import type { GiftBadgeStates } from './components/conversation/Message';
|
|||
import type { LinkPreviewType } from './types/message/LinkPreviews';
|
||||
|
||||
import type { StickerType } from './types/Stickers';
|
||||
import type { StorySendMode } from './types/Stories';
|
||||
import type { MIMEType } from './types/MIME';
|
||||
|
||||
import AccessRequiredEnum = Proto.AccessControl.AccessRequired;
|
||||
|
@ -349,7 +350,7 @@ export type ConversationAttributesType = {
|
|||
// to leave a group.
|
||||
left?: boolean;
|
||||
groupVersion?: number;
|
||||
isGroupStorySendReady?: boolean;
|
||||
storySendMode?: StorySendMode;
|
||||
|
||||
// GroupV1 only
|
||||
members?: Array<string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue