fix missing stuffs

This commit is contained in:
tungdo0602
2025-06-30 21:53:29 +07:00
parent bbd5f3cee5
commit 8b072d8b38
10 changed files with 40 additions and 8 deletions

View File

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