Fix reference revalidation

This commit is contained in:
Ali
2022-03-30 14:46:38 +04:00
parent 30ecf17d89
commit 5517a731ae
3 changed files with 22 additions and 4 deletions

View File

@@ -696,7 +696,7 @@ public extension TelegramEngine {
}
}
public func saveNotificationSound(file: TelegramMediaFile) -> Signal<Never, UploadNotificationSoundError> {
public func saveNotificationSound(file: FileMediaReference) -> Signal<Never, UploadNotificationSoundError> {
return _internal_saveNotificationSound(account: self.account, file: file)
}