mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update API [skip ci]
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user