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
In the below IMessagesResult interface in the types.d.ts file, the to field needs to be an Array.
The IMessagesResult received from a getMessage or a getMessages always has the to field as an array. However this interface has it as an object and not an array of the object. It needs to be corrected by updating it to an array.
In the below
IMessagesResult
interface in thetypes.d.ts
file, theto
field needs to be an Array.The IMessagesResult received from a
getMessage
or agetMessages
always has theto
field as an array. However this interface has it as an object and not an array of the object. It needs to be corrected by updating it to an array.The text was updated successfully, but these errors were encountered: