Merge commit 'd58bd7415d508d06f32d7658675b2426fa924472' into features/reply-list

This commit is contained in:
Ali
2020-08-25 17:35:26 +01:00
27 changed files with 351 additions and 131 deletions

View File

@@ -166,6 +166,7 @@ private var declaredEncodables: Void = {
declareEncodable(TelegramMediaImage.VideoRepresentation.self, f: { TelegramMediaImage.VideoRepresentation(decoder: $0) })
declareEncodable(Country.self, f: { Country(decoder: $0) })
declareEncodable(Country.CountryCode.self, f: { Country.CountryCode(decoder: $0) })
declareEncodable(CountriesList.self, f: { CountriesList(decoder: $0) })
return
}()