MessageCopy PageA message sent by a user. AttributeTypeDescriptiontypestringalways messagetextstringmessage contentattachmentsarraya list of attachment objects (see below) JSON{ "type": "message", "text": "hello", "attachments": [] } File attachment AttributeTypeDescriptiontypestringalways fileurlstringfile URL JSON{ "type": "file", "url": "http://example.com/file.zip" } Video file attachment AttributeTypeDescriptiontypestringalways videourlstringvideo file URL JSON{ "type": "video", "url": "http://example.com/file.mp4" } Image file attachment AttributeTypeDescriptiontypestringalways imageurlstringimage file URL JSON{ "type": "image", "url": "http://example.com/file.png" } Audio file attachment AttributeTypeDescriptiontypestringalways audiourlstringaudio file URL JSON{ "type": "audio", "url": "http://example.com/file.mp3" }Updated about 1 year ago Bot inputsURL loaded event