group property

ID? get group

Optional group identifier for group messages.

Special Behavior: When a group message is split into individual messages for group members, the receiver field is updated to the member's ID, and the original group ID is stored in this group field to preserve context.

Returns: Original group ID for split group messages, null for direct messages.

Implementation

ID? get group;
set group (ID? identifier)

Implementation

set group(ID? identifier);