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

@@ -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) {