AI Integration Quick Reference
AI Integration Quick Reference
Overview
The Group Action plugin handles messages of typegroupMember in category action. These are system messages generated by the SDK when group membership changes occur. They render as centered, pill-shaped bubbles with no sender attribution.
Bubble Rendering
- Centered pill — no left/right alignment, no avatar, no timestamp
- Action text — localized description of what happened (e.g., “Alice joined”, “Bob was kicked by Admin”)
- Uses the shared
getActionMessageText()utility for localized text generation
Supported Actions
Context Menu Options
None — group action messages have no context menu.Conversation Preview
Returns the action text (truncated to 100 characters). Falls back toGroup action if text generation fails.