static bool isCommunityGroup(String groupID) { return groupID.isNotEmpty && groupID.startsWith('@TGS#_'); }