Skip to content

v4.0.26

Choose a tag to compare

@Lucky-Cometchat Lucky-Cometchat released this 24 Jun 09:21
· 5 commits to v4 since this release
1004240

v4.0.26

New

  • Added the CardMessage class for receiving developer card messages, providing access to the card payload, fallback text, and data.text content.
  • Added the onCardMessageReceived callback to MessageListener, enabling real-time delivery of card messages.
  • Added AIAssistantCardStartedEvent, AIAssistantCardReceivedEvent, and AIAssistantCardEndedEvent to support AI assistant card streaming through onAIAssistantEventReceived.
  • Added the AIAssistantElement model with getType() and getData() methods, enabling access to ordered content blocks within AI assistant messages.

Enhancements

  • None

Fixes

  • None