cometchat / chat-sdk-javascript

Voice & Video Calling and Text Chat SDK for JavaScript/Web
Other
30 stars 24 forks source link

undocumented and untyped - `_composedAt` `_id` #85

Closed reslear closed 2 years ago

reslear commented 2 years ago

when create the new message, before sending, ui use this solution, but the not declared and not documented:

https://github.com/cometchat-pro/cometchat-pro-vue-ui-kit/blob/17f54e8900271d0fe8bf8c931804bd0015a33017/CometChatWorkspace/src/components/Messages/CometChatMessageComposer/CometChatMessageComposer.vue#L854-L855

prakash-cometchat commented 2 years ago

Hi reslear, These two keys, _composedAt & _id we use internally in our UI kits for optimistic UI. It's not needed in SDK method hence we haven't documented it.

Thanks