I’m trying to get the files/images sent by a user. I know I can retrieve all the files and message sent by a user by calling the List user’s chat messages API, but I wonder if there is a more convenient way for this (I just want the files, not text messages). The chat_message.sent Webhook does not trigger when a file is sent; it only triggers when a text message is sent.
Thanks in advance.