summaryrefslogtreecommitdiff
path: root/dist/classes/SentMessage.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/classes/SentMessage.js')
-rw-r--r--dist/classes/SentMessage.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/classes/SentMessage.js b/dist/classes/SentMessage.js
index 03f4b83..d7a24ec 100644
--- a/dist/classes/SentMessage.js
+++ b/dist/classes/SentMessage.js
@@ -1,7 +1,16 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SentMessage = void 0;
+/**
+ * A message sent to Signal by this client
+ */
class SentMessage {
+ /**
+ * @param time - The timestamp at which the sticker was sent
+ * @param channel - The channel the sticker was sent at
+ * @param client
+ * @internal
+ */
constructor(time, channel, client) {
this.client = client;
this.channel = channel;