Beispiel #1
0
	/**
	 * @returns {string}
	 */
	downloadLink() {
		return messageDownloadLink(this.requestHash);
	}
	MessageModel.prototype.downloadLink = function ()
	{
		return Links.messageDownloadLink(this.requestHash);
	};