Retrieve Thread Message (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.0.0

Syntax

retrieve (start|(original|parent)) message (from|of) %threadchannel% and store (it|the message) in %~object%

Description

Retrieve the start message or parent (original) message of a thread channel. Use `retrieve start message` to get the message that opened the thread, or `retrieve original message` to get the parent channel's message.

Examples

retrieve start message from event-threadchannel and store it in {_msg}
retrieve original message from event-threadchannel and store it in {_parent}

View source