stream-chat-java icon indicating copy to clipboard operation
stream-chat-java copied to clipboard

Stream Chat official Java API Client

Results 8 stream-chat-java issues
Sort by recently updated
recently updated
newest added

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 ##...

# Submit a pull request ## CLA - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] The code changes follow best practices - [ ] Code...

According to the Stream docs for "[Requesting a channel export](https://getstream.io/chat/docs/java/exporting_channels/#requesting-a-channel-export)", soft deleted channels are excluded from export by default but can be included by setting the `include_soft_deleted_channels` option to true....

- [x] The code changes follow best practices - [x] Code changes are tested (add some information if not applicable) ## Description of the pull request - Added the reminders...

As far as I can tell, the only way to assign an attachment to a channel is using the “file” property, which is the CDN URL. Those URLs are signed,...

The channel.muted event payload is missing. https://getstream.io/chat/docs/java/webhook_events/#channelmuted