Various fixes

This commit is contained in:
Ilya Laktyushin
2022-06-21 15:57:37 +05:00
parent 009d2445d2
commit a22cf29e19
14 changed files with 71 additions and 47 deletions

View File

@@ -14,10 +14,6 @@ public extension TelegramEngine {
return _internal_acceptTermsOfService(account: self.account, id: id)
}
public func resetAccountDueTermsOfService() -> Signal<Void, NoError> {
return _internal_resetAccountDueTermsOfService(network: self.account.network)
}
public func requestChangeAccountPhoneNumberVerification(phoneNumber: String) -> Signal<ChangeAccountPhoneNumberData, RequestChangeAccountPhoneNumberVerificationError> {
return _internal_requestChangeAccountPhoneNumberVerification(account: self.account, phoneNumber: phoneNumber)
}