Update API [skip ci]

This commit is contained in:
Ilya Laktyushin
2024-03-18 23:53:29 +04:00
parent a79644bf51
commit 8279db283c
46 changed files with 47152 additions and 46734 deletions

View File

@@ -35,6 +35,10 @@ public extension TelegramEngine {
return _internal_updateAbout(account: self.account, about: about)
}
public func updateBirthday(birthday: TelegramBirthday?) -> Signal<Never, UpdateBirthdayError> {
return _internal_updateBirthday(account: self.account, birthday: birthday)
}
public func observeAvailableColorOptions(scope: PeerColorsScope) -> Signal<EngineAvailableColorOptions, NoError> {
return _internal_observeAvailableColorOptions(postbox: self.account.postbox, scope: scope)
}