Update API

This commit is contained in:
Ilya Laktyushin
2024-09-13 13:53:15 +04:00
parent 3a9cacfa68
commit f18f337f2c
21 changed files with 102 additions and 37 deletions

View File

@@ -438,6 +438,8 @@ public final class ChatButtonKeyboardInputNode: ChatInputNode {
if let message = self.message {
self.controllerInteraction.openRequestedPeerSelection(message.id, peerType, buttonId, maxQuantity)
}
case let .copyText(payload):
self.controllerInteraction.copyText(payload)
}
if dismissIfOnce {
if let message = self.message {