More generally, I’m finding there are several instances of the typescript declaration file being out of date. Is it possible that SendBird will accept external contributions to the TS declaration file, or will I just need to wait for these to updated later?
@Jonathan_Xu We don’t accept external contributions but if you could provide me with a list of ones that you’ve noticed, I’ll be more than happy to get them corrected.
GroupChannel.getMessagesByMessageId has the first two argument types flipped
The reverse property is missing from MessageListParams
Additionally. it looks like the FileMessageParams.file type is File while the documentation (FileMessageParams - Documentation) states that it is Blob or Object