Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-05-04 21:15:41

lizaviet
Member
Registered: 2020-04-23
Posts: 8

Typing in Bot

Hello again! smile

I tried to realize the logic of trigger in such sequence:
text -> typing -> text-> typing-> text-> typing
typing = 3 sec.

As a result messages appear quicker than typing.
What I did wrong?
gif with the result--> https://imgur.com/a/yiPN2cD


[== JavaScript ==]
VALID (RFC 8259)
Formatted JSON Data
{
   "group":{
      "name":"New group"
   },
   "groups":[
      {
         "group":{
            "name":"New group"
         },
         "triggers":[
            {
               "trigger":{
                  "id":27,
                  "name":"Check",
                  "actions":"[{\"_id\":\"VJsIvRL-V\",\"type\":\"text\",\"content\":{\"text\":\"first msg\"}},{\"_id\":\"9Vi4c5SzM\",\"type\":\"typing\",\"content\":{\"text\":\"\",\"duration\":\"3\"}},{\"_id\":\"6jjR8HzGs\",\"type\":\"text\",\"content\":{\"text\":\"second msg\"}},{\"_id\":\"Z_Dc_JeJK\",\"type\":\"typing\",\"content\":{\"text\":\"\",\"duration\":\"2\"}},{\"_id\":\"XRklQmEqm\",\"type\":\"text\",\"content\":{\"text\":\"Third msg\"}},{\"_id\":\"uN4TxlGXY\",\"type\":\"typing\",\"content\":{\"text\":\"\",\"duration\":\"2\"}},{\"_id\":\"yuMtdMIWY\",\"type\":\"text\",\"content\":{\"text\":\"Fourth msg\"}}]",
                  "default":1,
                  "default_unknown":0,
                  "default_always":0,
                  "default_unknown_btn":0
               },
               "events":[

               ]
            }
         ]
      }
   ]
}

Offline

#2 2020-05-05 04:24:12

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Typing in Bot

Hi,

I think it's a bug with more than one typing factor. I'll fix it in next few weeks, just a tricky thing it is smile

Offline

#3 2020-05-05 23:09:44

lizaviet
Member
Registered: 2020-04-23
Posts: 8

Re: Typing in Bot

smile
Thank you!

Offline

#4 2020-06-09 08:35:42

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Typing in Bot

I have fixed this one update from official smile

Offline

Board footer