Various improvements

This commit is contained in:
Ilya Laktyushin
2024-03-27 16:09:52 +04:00
parent c4b8d20b13
commit d4e0dd8ef9
14 changed files with 185 additions and 157 deletions

View File

@@ -498,7 +498,10 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
peerId: message.id.peerId,
opaqueId: adAttribute.opaqueId,
title: title,
options: options
options: options,
completed: {
}
)
)
}