You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {Participant} [from] - The participant who sent the message. See Participants
24
24
* @property {Participant[]} to - The list of participants the message was sent to. See Participants
25
25
* @property {string[]} [attachment_ids] - List of tokens received from uploading files for comment attachments. The files are attached by creating or updating tickets with the tokens. See Attaching files in Tickets
26
-
* @property {Object.<string, string>} [external_ids] - A key-value object where all values are strings. Used for message metadata
26
+
* @property {{[key: string]: string}} [external_ids] - A key-value object where all values are strings. Used for message metadata
0 commit comments