Update Photo file_id format

This commit is contained in:
Dan 2019-08-02 02:26:42 +02:00
parent 64939e5289
commit ec00c332c2

View File

@ -77,10 +77,10 @@ class Photo(Object):
return Photo(
file_id=encode(
pack(
"<iiqqc",
2, photo.dc_id,
photo.id, photo.access_hash,
big.type.encode()
"<iiqqqiiii",
2, photo.dc_id, photo.id, photo.access_hash,
big.location.volume_id, 1, 2, ord(big.type),
big.location.local_id
)
),
width=big.w,