2

The Twilio Programmable Chat channel 'sendMessage' method returns a promise with a value that appears to be the newly created message's index. However, this is not confirmed in the documentation.

Is this value the actual index and is it a supported feature?

William Edmondson
  • 3,619
  • 3
  • 32
  • 41

1 Answers1

3

Twilio developer Evangelist here.
I have checked with the chat team and can confirm that the sendMessage does return the index of the newly made message and is supported.

Here is the updated chat documentation.

LaylaCodesIt
  • 156
  • 6