talkify icon indicating copy to clipboard operation
talkify copied to clipboard

Accept single message object with callback as optional argument for resolve method.

Open manthanhd opened this issue 9 years ago • 0 comments

Currently resolve method supports this:

bot.resolve(id, text, callback);

It should also support this:

bot.resolve(messageObject, callback);

manthanhd avatar Feb 08 '17 21:02 manthanhd