This commit is contained in:
Ilya Laktyushin
2024-05-17 23:40:10 +04:00
parent 8f6767c010
commit c099ec3641
66 changed files with 4487 additions and 162 deletions

View File

@@ -375,6 +375,10 @@ public extension Message {
return false
}
}
func isAgeRestricted() -> Bool {
return false
}
}
public extension Message {