stream-chat-java
stream-chat-java copied to clipboard
Stream Chat official Java API Client
Hi GetStream, Thank you for the amazing service! I am currently developing an app using getstream. I need to create a channel with members. In the documentation it is said...
I was trying to build a messageRequestObject from the Message Object as follows: `Message message = Message.get(transaction.getMessageId()).request().getMessage();` `Message.MessageRequestObject messageRequestObject = Message.MessageRequestObject.buildFrom(message);` However, the thread is getting stuck in the second...
# :rocket: 1.24.0 Make sure to use squash & merge when merging! Once this is merged, another job will kick off automatically and publish the package. # :memo: Changelog ##...