({ text, images }: { text?: string; images?: string[] } = {})
| 1488 | } |
| 1489 | |
| 1490 | public denyAsk({ text, images }: { text?: string; images?: string[] } = {}) { |
| 1491 | this.handleWebviewAskResponse("noButtonClicked", text, images) |
| 1492 | } |
| 1493 | |
| 1494 | public supersedePendingAsk(): void { |
| 1495 | this.lastMessageTs = Date.now() |
no test coverage detected