fix: download url

This commit is contained in:
Tristan Yang
2023-03-31 08:24:38 +08:00
parent 0d19b7adec
commit 340b98d799
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export interface MessagePayload {
created_at?: number;
sending?: boolean;
content_type: ContentType;
content: string;
content: string | { path: string };
expires_in?: number | null;
properties?: {
name?: string;