Closed projectdeguzman closed 1 year ago
Noticed that the attributes of the response object in askQuestion(), has a messageId but not a parentMessageId Applied response.messageId in place of response.parentMessageId and added passing these conversation info into the sendMessage() function
response
askQuestion()
messageId
parentMessageId
response.messageId
response.parentMessageId
also apologies for the formatting changes, I think it might be my linter doing that automatically...
Closing the merge request for now, need to tweak and test further
Noticed that the attributes of the
response
object inaskQuestion()
, has amessageId
but not aparentMessageId
Appliedresponse.messageId
in place ofresponse.parentMessageId
and added passing these conversation info into the sendMessage() function