no message

This commit is contained in:
Peter
2017-01-31 18:07:58 +03:00
parent bf311fed75
commit eaa061add0
17 changed files with 5705 additions and 4430 deletions

View File

@@ -140,7 +140,5 @@ public func telegramMediaImageFromApiPhoto(_ photo: Api.Photo) -> TelegramMediaI
return TelegramMediaImage(imageId: MediaId(namespace: Namespaces.Media.CloudImage, id: id), representations: telegramMediaImageRepresentationsFromApiSizes(sizes))
case .photoEmpty:
return nil
case .wallPhoto:
return nil
}
}