Преглед изворни кода

Make VideoVersion ID field optional

Tulir Asokan пре 3 година
родитељ
комит
690eb6ff5f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mauigpapi/types/thread_item.py

+ 1 - 1
mauigpapi/types/thread_item.py

@@ -123,7 +123,7 @@ class VideoVersion(SerializableAttrs):
     width: int
     height: int
     url: str
-    id: str
+    id: Optional[str] = None
 
 
 class MediaType(SerializableEnum):