Continued work on JSDoc for src/app

This commit is contained in:
rainbow napkin 2025-08-26 08:37:49 -04:00
parent fd760e4dab
commit ad057916d8
4 changed files with 96 additions and 8 deletions

View file

@ -19,9 +19,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
*/
class chat{
/**
*
* Instantiates a chat message object
* @param {connectedUser} user - User who sent the message
* @param {string} flair - Flair ID String for the flair used to send the message
* @param {String} flair - Flair ID String for the flair used to send the message
* @param {Number} highLevel - Number representing current high level
* @param {String} msg - Contents of the message, with links replaced with numbered file-seperator markers
* @param {String} type - Message Type Identifier, used for client-side processing.