Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2022-11-22 08:55:01 +00:00
7 changed files with 51 additions and 51 deletions

View File

@@ -1597,13 +1597,6 @@ public enum MsgContent {
}
}
public func isFile() -> Bool {
switch self {
case .file: return true
default: return false
}
}
enum CodingKeys: String, CodingKey {
case type
case text