fix: bumped file_id version
This commit is contained in:
parent
1686c3f183
commit
94a3c1631f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export namespace tdFileId {
|
||||||
export const WEB_LOCATION_FLAG = 1 << 24
|
export const WEB_LOCATION_FLAG = 1 << 24
|
||||||
export const FILE_REFERENCE_FLAG = 1 << 25
|
export const FILE_REFERENCE_FLAG = 1 << 25
|
||||||
|
|
||||||
export const CURRENT_VERSION = 41
|
export const CURRENT_VERSION = 48
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An error occurred while parsing or serializing a File ID
|
* An error occurred while parsing or serializing a File ID
|
||||||
|
|
Loading…
Reference in a new issue