Update API

This commit is contained in:
Ilya Laktyushin
2022-03-27 20:16:54 +04:00
parent b8390c10cb
commit e952261254
25 changed files with 462 additions and 179 deletions

View File

@@ -215,8 +215,8 @@ final class ChatButtonKeyboardInputNode: ChatInputNode {
self.controllerInteraction.openPollCreation(isQuiz)
case let .openUserProfile(peerId):
self.controllerInteraction.openPeer(peerId, .info, nil, nil)
case let .openWebView(url):
self.controllerInteraction.openWebView(url)
case let .openWebView(url, simple):
self.controllerInteraction.openWebView(url, simple)
}
if dismissIfOnce {
if let message = self.message {