messagebird / messagebird-nodejs

The open source Node.js client for MessageBird's REST API
https://www.messagebird.com/developers
105 stars 44 forks source link

The type ReplyConversationParameters is incorrect #121

Open genmon opened 1 year ago

genmon commented 1 year ago

The interface currently specifies just the conversation ID.

But the API for replying to a conversation (in this example) does not include the ID.

Related to #86