Update API

This commit is contained in:
Ilya Laktyushin
2021-11-03 00:44:41 +04:00
parent 9daed68d53
commit 7b3d1c6f59
14 changed files with 178 additions and 1 deletions

View File

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