Activity: File Consent Invoke

app.on('file.consent', async ({ activity }) => {}); app.on('file.consent.accept', async ({ activity }) => {}); app.on('file.consent.decline', async ({ activity }) => {});