Update tonlib

This commit is contained in:
Ali
2020-04-23 23:29:22 +04:00
parent fb07f06a26
commit 69fb8c7603
734 changed files with 23389 additions and 164826 deletions

View File

@@ -396,6 +396,8 @@ public func channelMembersController(context: AccountContext, peerId: PeerId) ->
text = presentationData.strings.Login_UnknownError
case .restricted:
text = presentationData.strings.Channel_ErrorAddBlocked
case .notMutualContact:
text = presentationData.strings.GroupInfo_AddUserLeftError
case let .bot(memberId):
let _ = (context.account.postbox.transaction { transaction in
return transaction.getPeer(peerId)