fix(file-id): invalid type for stickerSetThumbnailVersion

This commit is contained in:
teidesu 2021-07-05 15:39:06 +03:00
parent 82db8453fc
commit 0d32731b7a

View file

@ -88,7 +88,7 @@ export function toFileId(
writer.int32(loc.source.localId)
break
case 'stickerSetThumbnailVersion':
writer.int32(8)
writer.int32(9)
writer.long(loc.source.id)
writer.long(loc.source.accessHash)
writer.int32(loc.source.version)