mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update API [skip ci]
This commit is contained in:
@@ -83,7 +83,6 @@ func _internal_updateBotAbout(account: Account, peerId: PeerId, about: String) -
|
||||
|> switchToLatest
|
||||
}
|
||||
|
||||
|
||||
func _internal_updateBotDescription(account: Account, peerId: PeerId, description: String) -> Signal<Void, UpdateBotInfoError> {
|
||||
return account.postbox.transaction { transaction -> Signal<Void, UpdateBotInfoError> in
|
||||
if let peer = transaction.getPeer(peerId), let inputUser = apiInputUser(peer) {
|
||||
|
||||
Reference in New Issue
Block a user