You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling MessageBird.conversations.listMessages, the call doesn't work if a contactId is passed, but works when the conversationId is passed. I believe this behaviour is correct, but the parameter name should be changed from contactId to conversationId if this is the case
The text was updated successfully, but these errors were encountered:
messagebird-nodejs/types/index.d.ts
Line 240 in 2d8b7de
When calling
MessageBird.conversations.listMessages
, the call doesn't work if a contactId is passed, but works when the conversationId is passed. I believe this behaviour is correct, but the parameter name should be changed fromcontactId
toconversationId
if this is the caseThe text was updated successfully, but these errors were encountered: