- Home
- /Realtime
- /…
- /Web Components (HTML)
- /rtk-file-message
rtk-file-message
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewPropertiesUsage ExamplesBasic UsageWith Properties
@deprecated rtk-file-message is deprecated and will be removed soon. Use rtk-file-message-view instead.
A component which renders a file message from chat.
<rtk-file-message></rtk-file-message>
<rtk-file-message>
</rtk-file-message>
<script>
const el = document.querySelector("rtk-file-message");
el.isContinued= true;
</script>
Previousrtk-file-dropzoneNextrtk-file-message-view