This commit is contained in:
tungdo0602
2025-06-29 12:56:55 +07:00
parent 1aa4f523ad
commit 767b72182e
8 changed files with 144 additions and 7 deletions

View File

@@ -2,9 +2,8 @@
class UnfurledMediaItem {
/**
*
* @param {*} data
*/
* @property {string} [url] Supports arbitrary urls and `attachment://<filename>` references
*/
constructor(data = {}) {
/**
* @type {string}