(text: string)
| 17 | setCommands: async (c) => { menu = c; }, |
| 18 | }; |
| 19 | const inject = (text: string) => onMsg({ platform: 'telegram', chatId: 'c1', userId: 'u1', text } as Incoming); |
| 20 | return { t, sent, inject, get menu() { return menu; } }; |
| 21 | } |
| 22 |
no test coverage detected