Refactoring

This commit is contained in:
Ali
2022-05-20 06:53:13 +03:00
parent 54788f60de
commit 85a0b3b4d0
31 changed files with 548 additions and 265 deletions

View File

@@ -709,6 +709,8 @@ private func decryptedEntities73(_ entities: [MessageTextEntity]?) -> [SecretApi
break
case .Spoiler:
break
case .AnimatedEmoji:
break
case .Custom:
break
}
@@ -760,6 +762,8 @@ private func decryptedEntities101(_ entities: [MessageTextEntity]?) -> [SecretAp
break
case .Spoiler:
break
case .AnimatedEmoji:
break
case .Custom:
break
}