#Contact typing status

5 messages · Page 1 of 1 (latest)

robust patrol
#

Is it there a way to determine whether a contact or a group has the state of typing ?
or an event to hook?

patent venture
#

client.on('change_state', state => {
console.log('CHANGE STATE', state);
});

robust patrol
#

are you sure this is the desired one?

#

doesn't look like it is to me