Explorar el Código

Video size is optional

Danilo Bargen hace 7 años
padre
commit
83ae07b007
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {