Browse Source

Video size is optional

Danilo Bargen 7 years ago
parent
commit
83ae07b007
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/threema.d.ts

+ 1 - 1
src/threema.d.ts

@@ -119,7 +119,7 @@ declare namespace threema {
 
     interface VideoInfo {
         duration: number;
-        size: number;
+        size?: number;
     }
 
     interface AudioInfo {