Bot editing improvements

This commit is contained in:
Ilya Laktyushin
2023-04-17 15:38:08 +04:00
parent acb6bf0670
commit 37bbc150d8
6 changed files with 100 additions and 42 deletions

View File

@@ -294,6 +294,7 @@ func _internal_fetchAndUpdateCachedPeerData(accountPeerId: PeerId, peerId rawPee
return previous.withUpdatedAbout(userFullAbout)
.withUpdatedBotInfo(botInfo)
.withUpdatedEditableBotInfo(editableBotInfo)
.withUpdatedCommonGroupCount(userFullCommonChatsCount)
.withUpdatedIsBlocked(isBlocked)
.withUpdatedVoiceCallsAvailable(voiceCallsAvailable)