fix(file-id): invalid type for stickerSetThumbnailVersion
This commit is contained in:
parent
82db8453fc
commit
0d32731b7a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue