()
| 4 | |
| 5 | function fakeTransport(withPhoto = true) { |
| 6 | let onMsg: (m: Incoming) => void = () => {}; |
| 7 | const sent: Array<{ text: string; buttons?: Button[][] }> = []; |
| 8 | const photos: Array<{ path: string; caption?: string; buttons?: Button[][] }> = []; |
| 9 | const t: Transport = { |