6 message.queue
therealkrispet edited this page 2019-11-18 11:06:18 +01:00
  • Description: Extracts the messages in the queue, and sends them delayed according to the set WPM to seem more natural.
  • Subscribers: MessageQueueHandler
{
    "key": "message.queue"
}
Parameter Type Required Description
messages array ✔️ List of messages in the format specified at message.send without the key.

Example:

{
    "key": "message.queue",
    "messages": [
        {"message": "Hi there, fellow human!"},
        {"message": "Like many of you, I also enjoy perambulating around to observe my environment.", "wpm": 70}
    ]
}