mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Camera improvements
This commit is contained in:
@@ -198,6 +198,10 @@ public extension TelegramEngine {
|
||||
public func requestCancelAccountReset(phoneCodeHash: String, phoneCode: String) -> Signal<Never, CancelAccountResetError> {
|
||||
return _internal_requestCancelAccountReset(network: self.account.network, phoneCodeHash: phoneCodeHash, phoneCode: phoneCode)
|
||||
}
|
||||
|
||||
public func invalidateLoginCodes(codes: [String]) -> Signal<Never, NoError> {
|
||||
return _internal_invalidateLoginCodes(network: self.account.network, codes: codes)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user