Update API

This commit is contained in:
Isaac 2024-03-23 00:04:09 +04:00
parent 60a9eae314
commit 5aa2c7497f

View File

@ -1346,7 +1346,7 @@ public extension Api {
return parser(reader) return parser(reader)
} }
else { else {
telegramApiLog("Type constructor \(String(signature, radix: 16, uppercase: false)) not found") telegramApiLog("Type constructor \(String(UInt32(bitPattern: signature), radix: 16, uppercase: false)) not found")
return nil return nil
} }
} }