Create text stories

This commit is contained in:
Josh Perez
2022-06-16 20:48:57 -04:00
committed by GitHub
parent 973b2264fe
commit d970d427f8
53 changed files with 2433 additions and 1106 deletions

View File

@@ -108,7 +108,7 @@ export type ProcessedAttachment = {
caption?: string;
blurHash?: string;
cdnNumber?: number;
textAttachment?: TextAttachmentType;
textAttachment?: Omit<TextAttachmentType, 'preview'>;
};
export type ProcessedGroupContext = {