When users share files which we do not allow, you'll see an annotation in the conversation details:
By default, we only accept the following file types in chat conversations:
Image
image/*
Audio
audio/*
Video
video/*
Text file
text/plain
CSV
text/csv
PDF
application/pdf
If you want to allow more file types, provide a list of allowed MIME-types via the allowed_user_mime_types setting in your bot.yaml.
allowed_user_mime_types
bot.yaml
Last updated 0 minutes ago
Was this helpful?